Accepting request 492112 from home:bmwiedemann:branches:X11:terminals

call gzip -n to make build fully reproducible

OBS-URL: https://build.opensuse.org/request/show/492112
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=144
This commit is contained in:
2017-05-03 12:32:43 +00:00
committed by Git OBS Bridge
parent 3050012b05
commit 4e371b8697
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 29 15:11:43 UTC 2017 - bwiedemann@suse.com
- call gzip -n to make build fully reproducible
-------------------------------------------------------------------
Mon Nov 21 14:54:30 UTC 2016 - pcerny@suse.com

View File

@@ -157,7 +157,7 @@ popd
if ! which bdftopcf &> /dev/null; then exit 1; fi
for i in *.bdf
do
bdftopcf "$i" | gzip -9 >"${i%.bdf}.pcf.gz"
bdftopcf "$i" | gzip -n -9 >"${i%.bdf}.pcf.gz"
done
%install