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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user