Commit Graph

378 Commits

Author SHA1 Message Date
jbj da3765de28 brp-compress deals with hard links correctly.
patch for ja.po.

CVS patchset: 3548
CVS date: 2000/02/10 00:27:21
2000-02-10 00:27:21 +00:00
jbj 855721fd09 Sanity (bump release).
CVS patchset: 3545
CVS date: 2000/02/07 19:28:44
2000-02-07 19:28:44 +00:00
jbj 47ed2d60ef Sanity (bump release).
CVS patchset: 3536
CVS date: 2000/01/24 22:08:58
2000-01-24 22:08:58 +00:00
jbj 3f679aa4d7 explicitly expand file lists in writeRPM for rpmputtext.
CVS patchset: 3534
CVS date: 2000/01/24 20:44:29
2000-01-24 20:44:29 +00:00
jbj 38b3bd8554 fix: on --rebuilddb, make sure new/old paths are not the same (#8752).
CVS patchset: 3530
CVS date: 2000/01/24 13:26:26
2000-01-24 13:26:26 +00:00
jbj 9db5309a45 updated perl scripts (Ken Estes).
CVS patchset: 3524
CVS date: 2000/01/17 18:58:36
2000-01-17 18:58:36 +00:00
jbj c3a725717a Updated msgid's.
CVS patchset: 3523
CVS date: 2000/01/17 18:32:44
2000-01-17 18:32:44 +00:00
jbj 9416c8bfd1 add %_rebuilddbpath macro to permit rebuilding db in new location.
CVS patchset: 3522
CVS date: 2000/01/17 18:12:32
2000-01-17 18:12:32 +00:00
jbj 091acab1c8 add manpage for gendiff (pbrown@redhat.com).
CVS patchset: 3512
CVS date: 2000/01/10 15:50:47
2000-01-10 15:50:47 +00:00
jbj 65e8fdb8f9 add several BuildRoot FTW policies.
CVS patchset: 3511
CVS date: 2000/01/07 17:32:27
2000-01-07 17:32:27 +00:00
jbj 98dd6f2c02 resurrect failed glob error message during build
CVS patchset: 3509
CVS date: 2000/01/05 19:46:45
2000-01-05 19:46:45 +00:00
jbj 8d76e5e019 Correct open flags for signing packages.
Sanity (make dist).

CVS patchset: 3508
CVS date: 2000/01/04 13:12:07
2000-01-04 13:12:07 +00:00
jbj dccf7cc466 fix: manageFile needs to and with O_WRONLY(=1), not O_RDONLY(=0).
CVS patchset: 3505
CVS date: 2000/01/03 19:37:56
2000-01-03 19:37:56 +00:00
jbj 24c9e3d63a Sanity (make dist).
CVS patchset: 3504
CVS date: 2000/01/03 18:35:40
2000-01-03 18:35:40 +00:00
jbj 171f602c27 add ja translation and man pages (Kanda Mitsuru kanda@nn.iij4u.or.jp).
CVS patchset: 3500
CVS date: 1999/12/30 18:26:13
1999-12-30 18:26:13 +00:00
jbj f7833b54ab Sanity (make dist).
CVS patchset: 3499
CVS date: 1999/12/30 17:08:38
1999-12-30 17:08:38 +00:00
jbj b325535ff1 split python bindings into a separate sub-package of rpm.
CVS patchset: 3497
CVS date: 1999/12/24 14:54:34
1999-12-24 14:54:34 +00:00
jbj f74f748dcf duplicate popt routine so that librpm.so needs not libpopt.so.
CVS patchset: 3495
CVS date: 1999/12/22 21:30:28
1999-12-22 21:30:28 +00:00
jbj 3b0700f77b lib/rpmio.c: Start weeding the debug messages.
lib/rpmio.c: Functional HTTP PUT.

CVS patchset: 3493
CVS date: 1999/12/21 17:11:43
1999-12-21 17:11:43 +00:00
jbj e6c1c88e7c Typo (t->num rather than tnum causes segfault while re-reading rpmrc on exit).
CVS patchset: 3491
CVS date: 1999/12/19 18:59:46
1999-12-19 18:59:46 +00:00
jbj 2a7a110805 fix: turn off stdio buffering if not opened O_RDONLY for now.
CVS patchset: 3490
CVS date: 1999/12/18 19:38:18
1999-12-18 19:38:18 +00:00
jbj eddf0228f5 diddle some names to keep my C++ brethern happy (i.e. kpackage port).
CVS patchset: 3488
CVS date: 1999/12/16 21:58:19
1999-12-16 21:58:19 +00:00
jbj 82a546f8f4 fix: missing strdup when overriding buildroot from command line
argument (#1026,#5006).

CVS patchset: 3487
CVS date: 1999/12/16 19:38:28
1999-12-16 19:38:28 +00:00
jbj 8885331b74 fix: compressFileList was over-generating dirNames.
fix: alAddPackage sorted dirNames too soon, destroying dirMapping.

CVS patchset: 3481
CVS date: 1999/12/15 15:51:30
1999-12-15 15:51:30 +00:00
jbj dab52919d1 NULL missing at end of packages-to-be-installed array.
CVS patchset: 3480
CVS date: 1999/12/13 19:27:34
1999-12-13 19:27:34 +00:00
jbj 8f481702d8 reload macros from cmd line when re-reading config files.
CVS patchset: 3479
CVS date: 1999/12/12 21:14:05
1999-12-12 21:14:05 +00:00
jbj 292b9f10be lib/rpminstall.c: Perform glob on remote ftp install args.
lib/misc.[ch]: Rename remoteGlob to rpmGlob. Preserve glob_error behavior.
build/files.c: Ditto.
lib/rpmio.c: Collapse ftpFileDesc() into ftpReq().
lib/rpmio.c: Eliminate all uses of u->path.
lib/url.c: Ditto.
lib/url.c: Tweak url cache code to reuse empty slots (never happens).

CVS patchset: 3478
CVS date: 1999/12/12 17:46:22
1999-12-12 17:46:22 +00:00
jbj b438e61808 perform glob on remote ftp queries.
fix: ftpAbort must close the data channel to read abort status.

CVS patchset: 3477
CVS date: 1999/12/12 01:46:13
1999-12-12 01:46:13 +00:00
jbj bd928fc23c partial implementation for ftp globbing.
CVS patchset: 3474
CVS date: 1999/12/11 17:53:25
1999-12-11 17:53:25 +00:00
jbj 52b5346ed8 Sanity (make dist).
CVS patchset: 3472
CVS date: 1999/12/10 21:29:23
1999-12-10 21:29:23 +00:00
jbj ff438dd50d Back out fix for dirIndexes memory leak.
CVS patchset: 3467
CVS date: 1999/12/10 15:37:41
1999-12-10 15:37:41 +00:00
jbj 132bdc063e Sanity (make dist).
CVS patchset: 3465
CVS date: 1999/12/08 16:34:04
1999-12-08 16:34:04 +00:00
jbj a923894df7 fix: Fopen should use 0666 as default (umask will be applied later).
CVS patchset: 3459
CVS date: 1999/12/06 17:53:13
1999-12-06 17:53:13 +00:00
jbj acd32889f4 expose enough of the legacy fdio interface to compile rpmfind/rpm2html.
CVS patchset: 3457
CVS date: 1999/12/05 21:22:45
1999-12-05 21:22:45 +00:00
jbj 4ee67ca11a Bump release.
CVS patchset: 3454
CVS date: 1999/12/02 20:37:26
1999-12-02 20:37:26 +00:00
jbj 8289346751 Add underscore in front of (possibly) non-supported FDIO_t vectors.
Make buildFileList() part of rpmlib API as rpmBuildFileList().
lib/rpmdb.c: Compare fingerprints from different caches by value.

CVS patchset: 3448
CVS date: 1999/12/01 19:57:17
1999-12-01 19:57:17 +00:00
jbj 06aedc29ca lib/depends.c: Fix minor memory leak.
lib/fprint.c: Pass both dirName/baseName to fpLookup() to avoid memory leaks.
lib/rpmdb.c: ditto, and use scaremem=1.
lib/transaction.c: Fix minor memory leak.

CVS patchset: 3443
CVS date: 1999/11/30 18:07:08
1999-11-30 18:07:08 +00:00
jbj 00ba060900 Start rpm-3.0.4.
CVS patchset: 3381
CVS date: 1999/10/11 16:37:55
1999-10-11 16:37:55 +00:00
jbj 55773323cc Rpm 3.0.3 release.
CVS patchset: 3369
CVS date: 1999/10/04 22:04:20
1999-10-04 22:04:20 +00:00
jbj be45257fd9 dumb cpp's want white space around lclint annotations (Tim Mooney).
aix: aix.req broken by cut-and-paste (Tim Mooney).

CVS patchset: 3367
CVS date: 1999/10/04 20:18:48
1999-10-04 20:18:48 +00:00
jbj a38a3b7f35 Sanity.
CVS patchset: 3334
CVS date: 1999/09/26 23:16:14
1999-09-26 23:16:14 +00:00
jbj 861a7532cd fix: rpm-2.5.1 had file list w/o leading / fix.
CVS patchset: 3328
CVS date: 1999/09/26 00:43:12
1999-09-26 00:43:12 +00:00
jbj c63192d864 Release candidate.
CVS patchset: 3327
CVS date: 1999/09/24 23:36:52
1999-09-24 23:36:52 +00:00
jbj 098c2a19df Improved warning message on legacy epoch-less compare.
CVS patchset: 3324
CVS date: 1999/09/24 16:02:14
1999-09-24 16:02:14 +00:00
jbj df6acadcf7 Add --redhatprovides and --redhatrequires to rpmpopt.
CVS patchset: 3317
CVS date: 1999/09/22 18:03:19
1999-09-22 18:03:19 +00:00
jbj 868920d4a7 Update from specspo.
CVS patchset: 3315
CVS date: 1999/09/22 13:43:45
1999-09-22 13:43:45 +00:00
jbj 391f138fc1 Bump release.
CVS patchset: 3314
CVS date: 1999/09/21 22:42:10
1999-09-21 22:42:10 +00:00
jbj e6318cc57f fix: removed files fingerprint memory leak.
fix: resurrect allfiles flag from rpm-2.5.x.

CVS patchset: 3312
CVS date: 1999/09/21 17:21:57
1999-09-21 17:21:57 +00:00
jbj 20d78e939a fix: command line install had header memory leak.
check for NULL on all memory allocations.
free rpmrc mallocs on exit.
permit run time leak detection.

CVS patchset: 3311
CVS date: 1999/09/21 03:22:53
1999-09-21 03:22:53 +00:00
jbj 6bdf51d7f3 Start experimental support for bzip2 payloads.
CVS patchset: 3309
CVS date: 1999/09/20 13:34:47
1999-09-20 13:34:47 +00:00
jbj 29c1a3598a do versioned provides/conflicts resolution correctly.
rpmpopt: display versioned provides/obsoletes.
revert to shared libbz2.so now that bzip2 is in base install.

CVS patchset: 3304
CVS date: 1999/09/19 00:29:44
1999-09-19 00:29:44 +00:00
jbj 0148d1e87d python: shared module needs -lrpm -lbz2.
CVS patchset: 3302
CVS date: 1999/09/17 22:59:31
1999-09-17 22:59:31 +00:00
jbj 6bdc80981e fix: with unspecified epochs, skip dependency epoch compare.
CVS patchset: 3283
CVS date: 1999/09/14 16:04:03
1999-09-14 16:04:03 +00:00
jbj 5776936ece fix: versioned provides devolved to existence test with conflicts.
CVS patchset: 3282
CVS date: 1999/09/14 05:41:13
1999-09-14 05:41:13 +00:00
jbj fa165f1417 Bump release.
CVS patchset: 3280
CVS date: 1999/09/12 00:47:09
1999-09-12 00:47:09 +00:00
jbj a7a728a11e Limit header max size to < 32 Mb (~16 times largest currently known).
CVS patchset: 3273
CVS date: 1999/09/09 15:16:01
1999-09-09 15:16:01 +00:00
jbj 7c106b348f Fix lchown test.
CVS patchset: 3270
CVS date: 1999/09/08 22:33:01
1999-09-08 22:33:01 +00:00
jbj 81355ca367 Bump release.
CVS patchset: 3269
CVS date: 1999/09/07 23:04:24
1999-09-07 23:04:24 +00:00
jbj d753cdadf7 fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)
CVS patchset: 3259
CVS date: 1999/09/06 20:59:39
1999-09-06 20:59:39 +00:00
jbj 6c46bff302 add versions to prereq.
add syntax sensitive implict prereq on rpm-3.0.3.

CVS patchset: 3253
CVS date: 1999/08/24 22:26:55
1999-08-24 22:26:55 +00:00
jbj 5b7d1f7876 update python bindings from anaconda.
CVS patchset: 3251
CVS date: 1999/08/24 21:10:30
1999-08-24 21:10:30 +00:00
jbj 36771ae0ad Shared libraries in main package.
CVS patchset: 3240
CVS date: 1999/08/19 21:09:38
1999-08-19 21:09:38 +00:00
jbj 54218bb5e1 Bump release.
CVS patchset: 3235
CVS date: 1999/08/17 23:09:09
1999-08-17 23:09:09 +00:00
jbj 50b5b66546 Bump release.
CVS patchset: 3233
CVS date: 1999/08/16 22:11:25
1999-08-16 22:11:25 +00:00
jbj 1e4d3532ea resuscitate net shared paths (#4330).
CVS patchset: 3228
CVS date: 1999/08/15 19:11:40
1999-08-15 19:11:40 +00:00
jbj 5a137dbb71 Bump release.
CVS patchset: 3227
CVS date: 1999/08/15 14:42:28
1999-08-15 14:42:28 +00:00
jbj f12ab9fac1 fix: don't remove file until last occurence in transaction (#4291).
CVS patchset: 3225
CVS date: 1999/08/14 20:01:38
1999-08-14 20:01:38 +00:00
jbj f88a79c205 Typo.
CVS patchset: 3221
CVS date: 1999/08/08 17:51:43
1999-08-08 17:51:43 +00:00
jbj ac542cea24 Typo.
CVS patchset: 3220
CVS date: 1999/08/08 17:45:05
1999-08-08 17:45:05 +00:00
jbj 9c7952f3fa Run ldconfig in %post.
CVS patchset: 3219
CVS date: 1999/08/08 17:43:28
1999-08-08 17:43:28 +00:00
jbj 1daea4ec39 Re-add bzip2 build requirement.
CVS patchset: 3213
CVS date: 1999/08/04 14:46:07
1999-08-04 14:46:07 +00:00
jbj f692823a2d Not quite ready for build requires bzip2.
CVS patchset: 3211
CVS date: 1999/08/02 19:24:36
1999-08-02 19:24:36 +00:00
jbj 13bc365916 Sanity.
CVS patchset: 3210
CVS date: 1999/08/02 19:10:09
1999-08-02 19:10:09 +00:00
jbj b22ee45ae2 Bump release.
CVS patchset: 3204
CVS date: 1999/07/26 21:52:44
1999-07-26 21:52:44 +00:00
jbj 5ddfcc2f6a add post install configurable dependency checking.
CVS patchset: 3202
CVS date: 1999/07/23 19:19:15
1999-07-23 19:19:15 +00:00
jbj f4cb9f792a Bump release.
CVS patchset: 3197
CVS date: 1999/07/22 17:51:59
1999-07-22 17:51:59 +00:00
jbj 1cbea413b4 Bump release.
CVS patchset: 3195
CVS date: 1999/07/21 16:17:42
1999-07-21 16:17:42 +00:00
jbj 2da2ce8b10 Bump release.
CVS patchset: 3192
CVS date: 1999/07/20 20:48:49
1999-07-20 20:48:49 +00:00
jbj 7fb78a663d Bump release.
CVS patchset: 3184
CVS date: 1999/07/19 22:15:08
1999-07-19 22:15:08 +00:00
jbj 46572592b4 add pl translation and man pages (Tomasz K?oczko et al).
CVS patchset: 3183
CVS date: 1999/07/19 22:13:12
1999-07-19 22:13:12 +00:00
jbj 07a1b9a39f Bump release.
CVS patchset: 3178
CVS date: 1999/07/19 13:23:00
1999-07-19 13:23:00 +00:00
jbj 5ad244b9d1 Change shared lib defaults.
CVS patchset: 3171
CVS date: 1999/07/15 22:26:15
1999-07-15 22:26:15 +00:00
jbj 4035406175 Typo.
CVS patchset: 3170
CVS date: 1999/07/15 22:01:29
1999-07-15 22:01:29 +00:00
jbj 48114d505c Build shared libs too.
CVS patchset: 3168
CVS date: 1999/07/15 21:47:49
1999-07-15 21:47:49 +00:00
jbj 35f09998f8 add python bindings to rpm-devel (linux only).
CVS patchset: 3165
CVS date: 1999/07/15 21:02:54
1999-07-15 21:02:54 +00:00
jbj 050075d98e Bump release.
CVS patchset: 3140
CVS date: 1999/07/10 17:21:36
1999-07-10 17:21:36 +00:00
jbj 3138e99fd4 include shared libs in rpm-devel (no versioning yet).
CVS patchset: 3139
CVS date: 1999/07/10 17:21:10
1999-07-10 17:21:10 +00:00
jbj d70b2a5496 Begin rpm-3.0.3.
CVS patchset: 3133
CVS date: 1999/07/07 19:25:34
1999-07-07 19:25:34 +00:00
jbj f8ea714939 Release rpm-3.0.2.
CVS patchset: 3132
CVS date: 1999/07/07 14:30:35
1999-07-07 14:30:35 +00:00
jbj e49a44937b Bump release.
CVS patchset: 3128
CVS date: 1999/07/06 12:51:16
1999-07-06 12:51:16 +00:00
jbj 10b1febba7 Bump release.
CVS patchset: 3116
CVS date: 1999/06/30 19:03:17
1999-06-30 19:03:17 +00:00
jbj de9f040664 fix: --checksig segfault with odd pgp output (e.g. w/o ~/.pgp) (#3720)
CVS patchset: 3110
CVS date: 1999/06/25 10:14:13
1999-06-25 10:14:13 +00:00
jbj 7f5a4a4aed fix: bsearch needs macro table sorted after undefine.
CVS patchset: 3109
CVS date: 1999/06/24 22:23:46
1999-06-24 22:23:46 +00:00
jbj 8bc8f024e6 Finesse tagName dependency loop.
CVS patchset: 3108
CVS date: 1999/06/23 21:01:38
1999-06-23 21:01:38 +00:00
jbj 963f0117f9 Bump release.
CVS patchset: 3107
CVS date: 1999/06/22 23:02:15
1999-06-22 23:02:15 +00:00
jbj 190bef3fe6 Re-initialize dependency flags for each token.
CVS patchset: 3105
CVS date: 1999/06/19 18:09:49
1999-06-19 18:09:49 +00:00
jbj 9da0429a4e Bump release.
CVS patchset: 3104
CVS date: 1999/06/19 17:43:53
1999-06-19 17:43:53 +00:00
jbj e98e5cc4bc Bump release.
CVS patchset: 3098
CVS date: 1999/06/17 22:37:40
1999-06-17 22:37:40 +00:00
jbj 567a4e033e rpm-devel should require popt (#3125).
CVS patchset: 3093
CVS date: 1999/06/16 21:45:11
1999-06-16 21:45:11 +00:00
jbj 00425624b6 don't clobber LDFLAGS in top-level Makefile (Tim Mooney).
move libtool version forward.

CVS patchset: 3086
CVS date: 1999/06/09 14:13:31
1999-06-09 14:13:31 +00:00
jbj 2ed98fa074 Begin 3.0.2.
CVS patchset: 3075
CVS date: 1999/05/24 20:37:52
1999-05-24 20:37:52 +00:00
jbj f3fe795e95 add librpmbuild.a to the file list.
CVS patchset: 3074
CVS date: 1999/05/24 15:36:39
1999-05-24 15:36:39 +00:00
jbj c0b62c5773 Bump rlease.
CVS patchset: 3066
CVS date: 1999/05/17 16:34:58
1999-05-17 16:34:58 +00:00
jbj 3dc8ed83ab another strtok bites the dust.
CVS patchset: 3061
CVS date: 1999/05/14 18:48:12
1999-05-14 18:48:12 +00:00
jbj 73fb1d7235 fix: shared file not skipped when removed.
CVS patchset: 3059
CVS date: 1999/05/12 20:24:00
1999-05-12 20:24:00 +00:00
jbj b638d1ef0e colesce query and verify modes.
CVS patchset: 3055
CVS date: 1999/05/10 23:41:04
1999-05-10 23:41:04 +00:00
jbj 92dc15f7ff fix: resurrect -Vp, -Vf and -Vg functionality.
CVS patchset: 3052
CVS date: 1999/05/07 18:33:35
1999-05-07 18:33:35 +00:00
jbj 331076d9a1 Add argument to specedit to choose between specs and powertools packages.
CVS patchset: 3051
CVS date: 1999/05/06 23:21:08
1999-05-06 23:21:08 +00:00
jbj 26c219a0d0 Bump release.
CVS patchset: 3045
CVS date: 1999/05/03 23:20:42
1999-05-03 23:20:42 +00:00
jbj ab46aedd86 resurrect toplevel tar target.
spec file removal separate from source removal (Shing-Gene Yung).

CVS patchset: 3042
CVS date: 1999/04/30 15:55:45
1999-04-30 15:55:45 +00:00
jbj ee185b8ef3 Strip rpmgettext/rpmputtext.
CVS patchset: 3039
CVS date: 1999/04/29 21:48:24
1999-04-29 21:48:24 +00:00
jbj 11327c6c7e Bump release.
CVS patchset: 3038
CVS date: 1999/04/29 21:07:52
1999-04-29 21:07:52 +00:00
jbj 7d84d9a070 fix: optflags not implicitly set to canonical arch value.
CVS patchset: 3032
CVS date: 1999/04/26 17:54:28
1999-04-26 17:54:28 +00:00
jbj 4c10d8f232 Bump version/release.
CVS patchset: 3026
CVS date: 1999/04/21 15:35:06
1999-04-21 15:35:06 +00:00
jbj 4542ab23b2 Make 3.0 release same as Red Hat version.
CVS patchset: 3017
CVS date: 1999/04/19 08:41:30
1999-04-19 08:41:30 +00:00
jbj 8d7018d847 Release rpm 3.0.
CVS patchset: 3016
CVS date: 1999/04/19 08:28:20
1999-04-19 08:28:20 +00:00
jbj 553cc8be09 Prereq gawk, not awk.
CVS patchset: 3014
CVS date: 1999/04/18 20:18:48
1999-04-18 20:18:48 +00:00
jbj 54b2127faa Bump release.
CVS patchset: 3013
CVS date: 1999/04/18 19:36:46
1999-04-18 19:36:46 +00:00
jbj c67e60d5e7 convert per-system configuration in /etc/rpmrc to macros.
CVS patchset: 3012
CVS date: 1999/04/18 19:01:46
1999-04-18 19:01:46 +00:00
jbj ba617e479d check build prerequisites before building from specfile.
CVS patchset: 3010
CVS date: 1999/04/17 14:23:42
1999-04-17 14:23:42 +00:00
jbj 68b321a44f Bump release.
CVS patchset: 3009
CVS date: 1999/04/17 09:07:20
1999-04-17 09:07:20 +00:00
jbj 220e344c33 Bump release.
CVS patchset: 3003
CVS date: 1999/04/16 06:15:27
1999-04-16 06:15:27 +00:00
jbj 5d946bae61 Bump release.
CVS patchset: 3001
CVS date: 1999/04/15 06:18:48
1999-04-15 06:18:48 +00:00
ewt aa2536a3db 2.95-4
CVS patchset: 2997
CVS date: 1999/04/14 19:49:17
1999-04-14 19:49:17 +00:00
jbj f5cf7b223f Bump release.
CVS patchset: 2992
CVS date: 1999/04/13 22:58:08
1999-04-13 22:58:08 +00:00
ewt 13c006cb58 2.95-2
CVS patchset: 2987
CVS date: 1999/04/12 21:19:44
1999-04-12 21:19:44 +00:00
ewt d590fe33e1 version 2.95
CVS patchset: 2984
CVS date: 1999/04/12 16:11:24
1999-04-12 16:11:24 +00:00
jbj 7bfe9f85d7 Bump release.
CVS patchset: 2981
CVS date: 1999/04/11 22:18:10
1999-04-11 22:18:10 +00:00
ewt a1e91c9985 *** empty log message ***
CVS patchset: 2978
CVS date: 1999/04/09 21:59:14
1999-04-09 21:59:14 +00:00
ewt 46d50aea91 release 4
CVS patchset: 2968
CVS date: 1999/04/07 06:29:53
1999-04-07 06:29:53 +00:00
jbj 5ff51b4f86 fix: --prefix resurrected.
CVS patchset: 2954
CVS date: 1999/04/06 19:51:23
1999-04-06 19:51:23 +00:00
jbj c06d64a88c fix: os was not initialized with "--target i586".
CVS patchset: 2952
CVS date: 1999/04/06 16:54:55
1999-04-06 16:54:55 +00:00
jbj 0f9aa84de9 Reset release.
CVS patchset: 2950
CVS date: 1999/04/05 19:25:07
1999-04-05 19:25:07 +00:00
jbj 0beb0f799d Bump version.
CVS patchset: 2948
CVS date: 1999/04/05 19:01:33
1999-04-05 19:01:33 +00:00
jbj c56d566b17 Bump release.
CVS patchset: 2947
CVS date: 1999/04/05 16:06:28
1999-04-05 16:06:28 +00:00
jbj a050bcb817 Bump release.
CVS patchset: 2939
CVS date: 1999/04/03 00:05:46
1999-04-03 00:05:46 +00:00
jbj 4e50407fdd Bump release.
CVS patchset: 2937
CVS date: 1999/04/01 23:46:50
1999-04-01 23:46:50 +00:00
jbj 5fbc0dd6c3 add explicit macrofiles path to rpmrc.
CVS patchset: 2933
CVS date: 1999/03/31 20:37:55
1999-03-31 20:37:55 +00:00
jbj 3fae832450 Bump release.
CVS patchset: 2932
CVS date: 1999/03/31 16:59:17
1999-03-31 16:59:17 +00:00
jbj 214f096003 (re-)enable fixowner/fixgroup macros.
fix: specfile BuildRoot was masking rpmrc macro.

CVS patchset: 2926
CVS date: 1999/03/31 13:07:20
1999-03-31 13:07:20 +00:00
jbj 48e8d3521c Restore "chmod -R ." as default.
CVS patchset: 2925
CVS date: 1999/03/30 19:34:01
1999-03-30 19:34:01 +00:00
jbj df6dcb8a86 Bump release.
CVS patchset: 2923
CVS date: 1999/03/28 00:50:29
1999-03-28 00:50:29 +00:00
ewt 017f7f9bb5 release 5
CVS patchset: 2920
CVS date: 1999/03/27 20:37:34
1999-03-27 20:37:34 +00:00
jbj 7a9fe7272c autoReq/autoProv now per-package.
CVS patchset: 2915
CVS date: 1999/03/26 20:07:34
1999-03-26 20:07:34 +00:00
jbj e6d646a8c9 fix: segfault from unknown uid/gid -- use builder's uid/gid instead.
CVS patchset: 2913
CVS date: 1999/03/24 12:38:08
1999-03-24 12:38:08 +00:00
jbj dff7526edd Bump release.
CVS patchset: 2911
CVS date: 1999/03/22 20:23:24
1999-03-22 20:23:24 +00:00
jbj 801b0c9b4b Bump version.
CVS patchset: 2904
CVS date: 1999/03/20 15:11:03
1999-03-20 15:11:03 +00:00
jbj 49926ed9f6 update with libtool-2.4f.
CVS patchset: 2903
CVS date: 1999/03/19 22:38:40
1999-03-19 22:38:40 +00:00
jbj 44c09b105e Bump release.
CVS patchset: 2897
CVS date: 1999/03/17 20:01:40
1999-03-17 20:01:40 +00:00
jbj 70e3f43050 Bump version.
CVS patchset: 2895
CVS date: 1999/03/17 18:17:15
1999-03-17 18:17:15 +00:00
jbj fa3c0712e2 RE fiddle to get canonical arch correct.
CVS patchset: 2893
CVS date: 1999/03/16 20:47:27
1999-03-16 20:47:27 +00:00
jbj ca9dc63de9 Fix newSpec in "rpm -q --specfile --specedit"
CVS patchset: 2892
CVS date: 1999/03/16 20:04:26
1999-03-16 20:04:26 +00:00
jbj 776dc9c258 change support@redhat.com to rpm-list@redhat.com.
CVS patchset: 2891
CVS date: 1999/03/14 00:34:52
1999-03-14 00:34:52 +00:00
jbj a36b1b3871 fix: with --target=i686, pass macro %_arch=i386.
CVS patchset: 2889
CVS date: 1999/03/13 22:37:47
1999-03-13 22:37:47 +00:00
jbj 40670e2a96 Bump version.
CVS patchset: 2888
CVS date: 1999/03/12 18:20:31
1999-03-12 18:20:31 +00:00
jbj da6cb7f4e5 Bump release.
CVS patchset: 2885
CVS date: 1999/03/12 15:32:02
1999-03-12 15:32:02 +00:00
jbj a63acfe986 2.92-4
CVS patchset: 2876
CVS date: 1999/03/10 17:24:16
1999-03-10 17:24:16 +00:00
jbj bbd84c568f New descriptive text.
CVS patchset: 2873
CVS date: 1999/03/10 15:24:48
1999-03-10 15:24:48 +00:00
ewt dcea20ca58 changed version number
CVS patchset: 2867
CVS date: 1999/03/09 17:42:36
1999-03-09 17:42:36 +00:00
ewt 8bb3d5556e changed version number
CVS patchset: 2866
CVS date: 1999/03/09 17:41:10
1999-03-09 17:41:10 +00:00
ewt fb28457b67 rev 2
CVS patchset: 2862
CVS date: 1999/03/06 18:47:56
1999-03-06 18:47:56 +00:00
jbj c871d58f38 fix: memory leaks in rpmRunTransactions plugged.
CVS patchset: 2844
CVS date: 1999/02/28 18:36:19
1999-02-28 18:36:19 +00:00
jbj f5c1c639b8 Bump release.
CVS patchset: 2843
CVS date: 1999/02/28 14:57:00
1999-02-28 14:57:00 +00:00
jbj a9f17f6470 Improvements on leak plugging.
CVS patchset: 2835
CVS date: 1999/02/25 02:41:22
1999-02-25 02:41:22 +00:00
jbj 83134039a9 Bump release.
CVS patchset: 2834
CVS date: 1999/02/24 23:55:30
1999-02-24 23:55:30 +00:00
jbj 5f642bafdd Bump release.
CVS patchset: 2832
CVS date: 1999/02/23 07:17:15
1999-02-23 07:17:15 +00:00
jbj 696c4ce125 Another callback for Matt.
CVS patchset: 2830
CVS date: 1999/02/23 05:52:08
1999-02-23 05:52:08 +00:00
jbj 5c135524d7 More callbacks for Matt.
CVS patchset: 2828
CVS date: 1999/02/23 00:56:32
1999-02-23 00:56:32 +00:00
jbj ba8e017ac0 Add notifys for msw.
CVS patchset: 2827
CVS date: 1999/02/22 22:15:19
1999-02-22 22:15:19 +00:00
jbj 7a7e3397ea Bump release.
CVS patchset: 2825
CVS date: 1999/02/22 17:45:50
1999-02-22 17:45:50 +00:00
jbj aefcab536e Bump releas.
CVS patchset: 2814
CVS date: 1999/02/19 15:26:46
1999-02-19 15:26:46 +00:00
jbj 63b073c087 Bump release.
CVS patchset: 2811
CVS date: 1999/02/18 17:50:44
1999-02-18 17:50:44 +00:00
ewt 232b1ca6df rel 8
CVS patchset: 2787
CVS date: 1999/02/07 23:14:16
1999-02-07 23:14:16 +00:00
ewt a92a662e9e rel 7
CVS patchset: 2784
CVS date: 1999/02/07 21:21:11
1999-02-07 21:21:11 +00:00
jbj 0ac25fcf26 Bump release.
CVS patchset: 2778
CVS date: 1999/02/05 20:13:58
1999-02-05 20:13:58 +00:00
jbj f8e3f7e92c Bump release.
CVS patchset: 2768
CVS date: 1999/01/27 19:41:20
1999-01-27 19:41:20 +00:00
jbj 06de7de138 Bump release.
CVS patchset: 2764
CVS date: 1999/01/26 21:58:46
1999-01-26 21:58:46 +00:00
jbj cb451613c9 Bump release.
CVS patchset: 2754
CVS date: 1999/01/26 18:20:15
1999-01-26 18:20:15 +00:00
jbj b3ff088a22 Use libtool to build libraries, but force --disable-shared for now.
CVS patchset: 2745
CVS date: 1999/01/22 18:42:31
1999-01-22 18:42:31 +00:00
jbj ecf16c45e7 Bump release.
CVS patchset: 2743
CVS date: 1999/01/22 17:22:59
1999-01-22 17:22:59 +00:00
jbj 903b747e02 Released rpm-2.90 -- version is now 2.91
Use automake 1.4 and autoconf 2.13.

CVS patchset: 2726
CVS date: 1999/01/19 23:54:30
1999-01-19 23:54:30 +00:00
jbj 94c5a9f233 Bump release.
CVS patchset: 2705
CVS date: 1999/01/15 16:20:17
1999-01-15 16:20:17 +00:00
jbj bc0404541a Release is 9.
CVS patchset: 2698
CVS date: 1999/01/13 20:13:20
1999-01-13 20:13:20 +00:00
jbj 82065b1d64 Bump version.
CVS patchset: 2693
CVS date: 1999/01/12 11:44:21
1999-01-12 11:44:21 +00:00
jbj 42ea3846fc Bump version.
CVS patchset: 2689
CVS date: 1999/01/10 21:39:13
1999-01-10 21:39:13 +00:00
jbj b7fde554e6 Bump release.
CVS patchset: 2683
CVS date: 1999/01/08 17:21:21
1999-01-08 17:21:21 +00:00
jbj c959f72569 Bump release.
CVS patchset: 2664
CVS date: 1999/01/06 17:45:48
1999-01-06 17:45:48 +00:00
jbj 0906a9bebd Playpen release.
CVS patchset: 2649
CVS date: 1999/01/04 22:10:05
1999-01-04 22:10:05 +00:00
jbj e3205eaa9f Sanity.
CVS patchset: 2577
CVS date: 1998/12/02 21:10:18
1998-12-02 21:10:18 +00:00
jbj b2fd4c2d88 Add dup for the "other" gzdopen premature close.
CVS patchset: 2556
CVS date: 1998/11/25 00:42:36
1998-11-25 00:42:36 +00:00
jbj eb0436b4b2 Start abstracting compressed I/O.
CVS patchset: 2552
CVS date: 1998/11/22 19:48:48
1998-11-22 19:48:48 +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 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 f6aa54688c restore backward compatible rpmrc/rpmpopt symlinks.
CVS patchset: 2298
CVS date: 1998/09/12 13:29:10
1998-09-12 13:29:10 +00:00
jbj fc09e52f54 First attempt at librpmbuild API.
CVS patchset: 2214
CVS date: 1998/07/30 22:42:18
1998-07-30 22:42:18 +00:00
ewt fe7d5c009a changed version number to 2.90
CVS patchset: 2193
CVS date: 1998/07/27 18:45:47
1998-07-27 18:45:47 +00:00
jbj 29d5aee8d8 Move rpmrc/rpmpopt to /usr/lib/rpm.
CVS patchset: 2175
CVS date: 1998/07/17 14:53:06
1998-07-17 14:53:06 +00:00
jbj 94f5fbeec3 Add new fully recursive macro.c
CVS patchset: 2169
CVS date: 1998/07/08 17:50:48
1998-07-08 17:50:48 +00:00
jbj 209af5b9eb Add {init,add,expand}Macro args everywhere (new macro.c compatibility).
Create /usr/lib/rpm directory and move rpmrc et al there.

CVS patchset: 2168
CVS date: 1998/07/08 17:30:37
1998-07-08 17:30:37 +00:00
jbj 27c677e034 Typo -- include RPMS/* too.
CVS patchset: 2167
CVS date: 1998/07/06 19:26:26
1998-07-06 19:26:26 +00:00