diff options
author | jbj <devnull@localhost> | 1999-03-31 13:07:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-03-31 13:07:20 +0000 |
commit | 214f096003c91d9536363cab54b5bb81f2c3d35d (patch) | |
tree | 96fd11cc1bd35f5ea5de23cb29ecfd8eac309350 /CHANGES | |
parent | 48e8d3521c73671038ad40ccf9d3677e38009d6e (diff) | |
download | rpm-214f096003c91d9536363cab54b5bb81f2c3d35d.tar.gz rpm-214f096003c91d9536363cab54b5bb81f2c3d35d.tar.bz2 rpm-214f096003c91d9536363cab54b5bb81f2c3d35d.zip |
(re-)enable fixowner/fixgroup macros.
fix: specfile BuildRoot was masking rpmrc macro.
CVS patchset: 2926
CVS date: 1999/03/31 13:07:20
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ 2.92 -> 2.93 - eliminate old rpmrc configuration syntax. - pgp5 support (Carlo Wood <carlo@runaway.xs4all.nl>) - - fix: segfault from double close on ftpGetFileDesc ftpAbort path. + - fix: segfault from double close on ftpGetFileDesc->ftpAbort path. - fix: don't add header if signature generation failed (Carlo Wood). - more DU 4.0D fiddles (Shing-Gene Yung). - fix: segfault from unknown uid/gid -- use builder's uid/gid instead. @@ -12,6 +12,8 @@ - add %GNUconfigure for full-blown package regeneration. - fix: RPM_ARCH/RPM_OS had wrong values. - fix: create ppc directories correctly. + - (re-)enable fixowner/fixgroup macros. + - fix: specfile BuildRoot was masking rpmrc macro. 2.91 -> 2.92 - update with libtool-2.4f. |