- don't add time stamp to compressed man pages (#132526).
authorjbj <devnull@localhost>
Sun, 17 Oct 2004 18:49:52 +0000 (18:49 +0000)
committerjbj <devnull@localhost>
Sun, 17 Oct 2004 18:49:52 +0000 (18:49 +0000)
CVS patchset: 7477
CVS date: 2004/10/17 18:49:52

CHANGES
scripts/brp-compress

diff --git a/CHANGES b/CHANGES
index 82828e4..2bbade8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -50,6 +50,7 @@
        - display N-V-R.A in dependency failure messages.
        - selinux: set "rpm_script_t" always, not just for /bin/sh.
        - honor inherited SIG_IGN when establishing rpmdb signal exit (#134474).
+       - don't add time stamp to compressed man pages (#132526).
 
 4.3 -> 4.3.1:
        - fix: don't add leading space to %* argv expansion (#119059).
index 897a765..28051d9 100755 (executable)
@@ -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 \