diff --git a/brp-compress b/brp-compress index 897a765..28051d9 100755 --- a/brp-compress +++ b/brp-compress @@ -8,7 +8,7 @@ fi cd $RPM_BUILD_ROOT # Compress man pages -COMPRESS="gzip -9" +COMPRESS="gzip -9 -n" COMPRESS_EXT=.gz for d in ./usr/man/man* ./usr/man/*/man* ./usr/info \ diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 04ff257..47f9147 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,6 +1,6 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config -Version: 8.0.27 +Version: 8.0.28 Release: 1 License: GPL Group: Development/System @@ -31,6 +31,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Wed Sep 17 2003 Elliot Lee 8.0.28-1 +- Change brp-compress to pass -n flag to gzip (per msw's request) + * Tue Jul 15 2003 Elliot Lee 8.0.27-1 - Fix broken configure macro find for config.guess/config.sub - Put host/target/build back for now