8.0.28
This commit is contained in:
parent
4ccbbe76dc
commit
ff150bb9f8
@ -8,7 +8,7 @@ fi
|
|||||||
cd $RPM_BUILD_ROOT
|
cd $RPM_BUILD_ROOT
|
||||||
|
|
||||||
# Compress man pages
|
# Compress man pages
|
||||||
COMPRESS="gzip -9"
|
COMPRESS="gzip -9 -n"
|
||||||
COMPRESS_EXT=.gz
|
COMPRESS_EXT=.gz
|
||||||
|
|
||||||
for d in ./usr/man/man* ./usr/man/*/man* ./usr/info \
|
for d in ./usr/man/man* ./usr/man/*/man* ./usr/info \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Red Hat specific rpm configuration files.
|
Summary: Red Hat specific rpm configuration files.
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 8.0.27
|
Version: 8.0.28
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -31,6 +31,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 8.0.27-1
|
||||||
- Fix broken configure macro find for config.guess/config.sub
|
- Fix broken configure macro find for config.guess/config.sub
|
||||||
- Put host/target/build back for now
|
- Put host/target/build back for now
|
||||||
|
Loading…
Reference in New Issue
Block a user