This commit is contained in:
Elliot Lee 2003-09-17 12:36:32 +00:00
parent 4ccbbe76dc
commit ff150bb9f8
2 changed files with 5 additions and 2 deletions

View File

@ -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 \

View File

@ -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 <sopwith@redhat.com> 8.0.28-1
- Change brp-compress to pass -n flag to gzip (per msw's request)
* Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 8.0.27-1
- Fix broken configure macro find for config.guess/config.sub
- Put host/target/build back for now