fix: typo in brp-compress caused i18n man pages not to compress.

CVS patchset: 3870
CVS date: 2000/06/20 14:20:06
This commit is contained in:
jbj 2000-06-20 14:20:06 +00:00
parent 4bfa50e50b
commit f365ff7022
3 changed files with 6 additions and 2 deletions

View File

@ -63,6 +63,7 @@
- fix: permit '\0' as special case key (e.g. "/" in Basenames).
- require --rebuilddb to convert db1 -> db3, better messages.
- fix: open all db indices before performing chroot.
- fix: typo in brp-compress caused i18n man pages not to compress.
3.0.4 -> 3.0.5
- handle version 4 packaging as input.

View File

@ -5,7 +5,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version 4.0
Version: %{version}
Release: 0.40
Release: 0.41
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
Copyright: GPL
@ -255,6 +255,9 @@ fi
%{__prefix}/include/popt.h
%changelog
* Tue Jun 20 2000 Jeff Johnson <jbj@redhat.com>
- fix: typo in brp-compress caused i18n man pages not to compress.
* Mon Jun 19 2000 Jeff Johnson <jbj@redhat.com>
- fix: open all db indices before performing chroot.

View File

@ -12,7 +12,7 @@ COMPRESS="gzip -9"
COMPRESS_EXT=.gz
for d in ./usr/man/man* ./usr/man/*/man* \
./usr/share/man/man* ./usr/share/ma/*/man* \
./usr/share/man/man* ./usr/share/man/*/man* \
./usr/X11R6/man/man* ./usr/lib/perl5/man/man*
do
[ -d $d ] || continue