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
This commit is contained in:
Martin Wilck 2017-05-30 14:54:02 +00:00 committed by Git OBS Bridge
parent 3afd4fc211
commit 4a0097bee0
2 changed files with 6 additions and 1 deletions

View File

@ -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 Fri Apr 28 00:00:00 CEST 2017 - dsterba@suse.cz

View File

@ -546,7 +546,7 @@ done
echo "Final testing by cupstestppd..." echo "Final testing by cupstestppd..."
for p in *.ppd for p in *.ppd
do grep -E -v '^\*UIConstraints:|^\*NonUIConstraints:|^\*cupsFilter:' $p | cupstestppd - || true do grep -E -v '^\*UIConstraints:|^\*NonUIConstraints:|^\*cupsFilter:' $p | cupstestppd - || true
gzip $p gzip -n -9 $p
done done
echo "Moving PPDs that use the hpps filter to %{_datadir}/cups/model/manufacturer-PPDs/hplip-hpps..." 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 # PPDs for various printers that use the hpps filter