From 4a0097bee072529a6fcc57847d38eb1a8926f10e116869bd4d4e32f70847f645 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Tue, 30 May 2017 14:54:02 +0000 Subject: [PATCH] Accepting request 499797 from home:mwilck:branches:Printing - call gzip -n to make build more reproducible OBS-URL: https://build.opensuse.org/request/show/499797 OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=141 --- hplip.changes | 5 +++++ hplip.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hplip.changes b/hplip.changes index 6ca1fe9..b62ee9f 100644 --- a/hplip.changes +++ b/hplip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 30 04:11:16 UTC 2017 - bwiedemann@suse.com + +- call gzip -n to make build more reproducible + ------------------------------------------------------------------- Fri Apr 28 00:00:00 CEST 2017 - dsterba@suse.cz diff --git a/hplip.spec b/hplip.spec index 91e8138..47cd313 100644 --- a/hplip.spec +++ b/hplip.spec @@ -546,7 +546,7 @@ done echo "Final testing by cupstestppd..." for p in *.ppd do grep -E -v '^\*UIConstraints:|^\*NonUIConstraints:|^\*cupsFilter:' $p | cupstestppd - || true - gzip $p + gzip -n -9 $p done echo "Moving PPDs that use the hpps filter to %{_datadir}/cups/model/manufacturer-PPDs/hplip-hpps..." # PPDs for various printers that use the hpps filter