From e69e7d1f61ed0e52616ea35d09d9c42dde73ea28 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 20 Jan 2005 12:24:19 +0000 Subject: [PATCH] - Use gzip's -n flag for the PPDs. --- cups.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index 91d5615..b96aa24 100644 --- a/cups.spec +++ b/cups.spec @@ -168,7 +168,7 @@ make BUILDROOT=$RPM_BUILD_ROOT install install -m 755 $RPM_SOURCE_DIR/cups.init $RPM_BUILD_ROOT%{initdir}/cups -find $RPM_BUILD_ROOT/usr/share/cups/model -name "*.ppd" |xargs gzip -9f +find $RPM_BUILD_ROOT/usr/share/cups/model -name "*.ppd" |xargs gzip -n9f %if %use_alternatives pushd $RPM_BUILD_ROOT%{_bindir} @@ -394,6 +394,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/cups/daemon/cups-lpd %changelog +* Thu Jan 20 2005 Tim Waugh +- Use gzip's -n flag for the PPDs. + * Thu Jan 20 2005 Tim Waugh 1.1.23-4 - Mark the initscript noreplace (bug #145629).