Commit Graph

455 Commits

Author SHA1 Message Date
jbj 0c25412902 ultrapenguin 1.1.9 sparc64 changes.
CVS patchset: 2605
CVS date: 1998/12/17 16:45:22
1998-12-17 16:45:22 +00:00
ewt 2bbb5a8f93 *** empty log message ***
CVS patchset: 2601
CVS date: 1998/12/15 05:46:58
1998-12-15 05:46:58 +00:00
jbj ce37ae3d9d permit http:// and file:// url's as well as ftp://.
attempt ftp ABOR on query/verify url's.
cache open ftp control descriptor with password.
verify needed same realpath semantics as query.
plug fd leak in urlGetFile().

CVS patchset: 2598
CVS date: 1998/12/14 21:34:11
1998-12-14 21:34:11 +00:00
jbj 9d8c68e32d translate cpio errors using cpioStrerror.
CVS patchset: 2592
CVS date: 1998/12/05 23:22:41
1998-12-05 23:22:41 +00:00
jbj 3fae42117d display "..?....." rather than "..5....." for unreadable files.
run time (rather than compile time) host endian check.

CVS patchset: 2589
CVS date: 1998/12/05 19:38:29
1998-12-05 19:38:29 +00:00
jbj c76756479e caldera patches (ray@Caldera.DE)
CVS patchset: 2584
CVS date: 1998/12/03 19:36:01
1998-12-03 19:36:01 +00:00
jbj d92ce3f635 added ARM patches.
CVS patchset: 2583
CVS date: 1998/12/03 19:30:32
1998-12-03 19:30:32 +00:00
jbj d923921296 change --rcfile to permit colon separated file list.
compile in defaults from rpmrc/macros.

CVS patchset: 2573
CVS date: 1998/12/02 17:59:32
1998-12-02 17:59:32 +00:00
jbj 2940357e3d fix incorrect directory permissions using %attr/%defattr.
CVS patchset: 2562
CVS date: 1998/11/25 20:23:32
1998-11-25 20:23:32 +00:00
jbj 2b44c3a5c3 permit "rpm -q --specfile ... file.spec" queries.
CVS patchset: 2547
CVS date: 1998/11/20 00:29:46
1998-11-20 00:29:46 +00:00
jbj dc7ee4090d finish hiding rpmdb index record data ("matches").
CVS patchset: 2543
CVS date: 1998/11/19 18:10:28
1998-11-19 18:10:28 +00:00
jbj 2578b7fc84 implement abstract fd type almost everywhere.
CVS patchset: 2542
CVS date: 1998/11/18 21:41:05
1998-11-18 21:41:05 +00:00
jbj 3b5593c7e0 strncasecmp on spec file separators (KDE has %Description).
CVS patchset: 2537
CVS date: 1998/11/15 17:00:24
1998-11-15 17:00:24 +00:00
jbj 468597524d remove redundant md5 computation on uninstall.
CVS patchset: 2534
CVS date: 1998/11/08 18:23:16
1998-11-08 18:23:16 +00:00
jbj 2d83820336 permit --rmsource --force even if sources/patches are missing.
CVS patchset: 2532
CVS date: 1998/11/08 00:15:33
1998-11-08 00:15:33 +00:00
jbj bb2f68c510 don't compute md5sum on non-file %config objects. (from Jos Vos)
CVS patchset: 2529
CVS date: 1998/11/07 22:48:12
1998-11-07 22:48:12 +00:00
jbj 886d61a91e check arch only on RPMBUILD_{PREP,BUILD,INSTALL,PACKAGEBINARY}.
CVS patchset: 2527
CVS date: 1998/11/07 22:05:28
1998-11-07 22:05:28 +00:00
jbj d51ce05214 configure.in: set default value for RPM. (Tim Mooney)
CVS patchset: 2525
CVS date: 1998/11/06 22:55:30
1998-11-06 22:55:30 +00:00
jbj 03cffdb119 update and rename Czech (Pavel Makovec <pavelm@terminal.cz>)
CVS patchset: 2522
CVS date: 1998/11/06 22:41:10
1998-11-06 22:41:10 +00:00
jbj 9f08d63bfb update Russian translation w man pages.
CVS patchset: 2521
CVS date: 1998/11/06 22:16:17
1998-11-06 22:16:17 +00:00
jbj 496f994b05 add new Epoch: keyword just like Serial:.
CVS patchset: 2520
CVS date: 1998/11/06 22:12:01
1998-11-06 22:12:01 +00:00
jbj 4514c7600f solaris: don't attempt static link. (Tim Mooney)
fix: timeCheck in rpm.c should be unsigned long. (Tim Mooney)
osf: prov searches only shared libraries. (Tim Mooney)
solaris: set PATH in prov/req scripts. (Tim Mooney)
fix: ignore modes on symlinks. (Tim Mooney)

CVS patchset: 2517
CVS date: 1998/11/06 19:55:55
1998-11-06 19:55:55 +00:00
jbj 45f063a167 Sanity.
CVS patchset: 2515
CVS date: 1998/11/06 18:50:33
1998-11-06 18:50:33 +00:00
jbj b9defc611c sub-packages inherit RPMTAG_EPOCH (just like RPMTAG_VERSION/RELEASE).
CVS patchset: 2514
CVS date: 1998/11/06 18:30:35
1998-11-06 18:30:35 +00:00
ewt 983300ecb3 their must be a { between two % in a query format (unless %% is used)
CVS patchset: 2509
CVS date: 1998/10/29 16:33:04
1998-10-29 16:33:04 +00:00
jbj 482a553ada fix off-by-1 alloca that prevented relocating /.
CVS patchset: 2504
CVS date: 1998/10/27 19:54:08
1998-10-27 19:54:08 +00:00
jbj 9f20ee028b augment --showrc with -v, only display set variables without -v.
add macrofiles variable, permit second entry to initMacros().

CVS patchset: 2463
CVS date: 1998/10/15 23:29:25
1998-10-15 23:29:25 +00:00
jbj 200977cdf3 add config.h defines for scripts like find-requires.
CVS patchset: 2462
CVS date: 1998/10/15 16:34:51
1998-10-15 16:34:51 +00:00
jbj 0406f6dae3 Test drill.
CVS patchset: 2446
CVS date: 1998/10/11 20:58:58
1998-10-11 20:58:58 +00:00
jbj df9b72c229 permit rpm to be built in a sub-directory (--srcdir=DIR).
CVS patchset: 2441
CVS date: 1998/10/11 15:19:55
1998-10-11 15:19:55 +00:00
jbj 4e498b0bcb permit rpm to be built in a sub-directory (--srcdir=DIR).
CVS patchset: 2440
CVS date: 1998/10/09 23:51:19
1998-10-09 23:51:19 +00:00
jbj 8ce5bb8feb return CPIO_BAD_HEADER instead of exiting. (Scott M. Stone)
CVS patchset: 2438
CVS date: 1998/10/09 00:52:32
1998-10-09 00:52:32 +00:00
jbj 768c0238b0 untranslate "(none)" for auto relocating script wrappers.
CVS patchset: 2436
CVS date: 1998/10/09 00:48:18
1998-10-09 00:48:18 +00:00
jbj 1516f1d56c configure using automake.
CVS patchset: 2418
CVS date: 1998/10/08 10:40:27
1998-10-08 10:40:27 +00:00
jbj 44184baceb arch/os (and platform) should be case insensitive everywhere forever.
CVS patchset: 2417
CVS date: 1998/10/07 17:06:10
1998-10-07 17:06:10 +00:00
jbj 698ec23718 attempt to deal rationally with os as "Linux" or "linux".
CVS patchset: 2415
CVS date: 1998/10/07 15:33:51
1998-10-07 15:33:51 +00:00
jbj 7ad030f18f non-linux arch/os identification (Eugene Kanter).
CVS patchset: 2410
CVS date: 1998/10/06 19:18:47
1998-10-06 19:18:47 +00:00
jbj 76b407a906 portable mode_t/pid_t typedefs.
CVS patchset: 2406
CVS date: 1998/10/06 17:56:44
1998-10-06 17:56:44 +00:00
jbj fecf31143c add generalized expression handler (Tom Dyas<tdyas@remus.rutgers.edu>)
CVS patchset: 2403
CVS date: 1998/10/06 17:34:58
1998-10-06 17:34:58 +00:00
jbj 606a74badc use /usr/lib/rpm/mkinstalldirs if mkdir -p fails.
CVS patchset: 2402
CVS date: 1998/10/06 16:04:03
1998-10-06 16:04:03 +00:00
jbj 7a9831a86c more portable dirent handling (Hermann Lauer).
CVS patchset: 2401
CVS date: 1998/10/06 15:26:55
1998-10-06 15:26:55 +00:00
jbj a48ab753ee fix check for trailing / in Prefix:
CVS patchset: 2400
CVS date: 1998/10/06 14:21:06
1998-10-06 14:21:06 +00:00
jbj 430cc4f45e miscellaneous portability cruft (Eugene Kanter).
CVS patchset: 2392
CVS date: 1998/10/05 17:26:46
1998-10-05 17:26:46 +00:00
jbj a0f290873e remove 2 character language name assumption.
add /usr/lib/rpm/find-lang.sh (W. L. Estes <wlestes@uncg.edu>)

CVS patchset: 2389
CVS date: 1998/10/05 17:20:09
1998-10-05 17:20:09 +00:00
jbj 4e3cea63b5 Makefile: don't use ln -sf.
CVS patchset: 2384
CVS date: 1998/10/02 14:01:29
1998-10-02 14:01:29 +00:00
jbj 0d38d87261 rpm.spec: create /usr/src/redhat/* in %install.
CVS patchset: 2382
CVS date: 1998/10/02 13:50:49
1998-10-02 13:50:49 +00:00
jbj 83a84b5e43 getOutputFrom(): fix race between last read on pipe and child death
(exacerbated in 2.5.4).

CVS patchset: 2380
CVS date: 1998/10/02 13:45:30
1998-10-02 13:45:30 +00:00
jbj a88e320d6d Sync with 2.5.4.
CVS patchset: 2376
CVS date: 1998/09/28 22:03:28
1998-09-28 22:03:28 +00:00
jbj fd068345e6 add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
gettextify rpmMessage/rpmError/fprintf messages.

CVS patchset: 2368
CVS date: 1998/09/27 22:03:52
1998-09-27 22:03:52 +00:00
jbj 60e834d306 update po files; add cz to catalogs.
CVS patchset: 2356
CVS date: 1998/09/25 12:20:55
1998-09-25 12:20:55 +00:00