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