From b47487326fae1fd2a05f1ef3949f7f5a5d987c85b9e9a8446c578c327a4daa45 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 30 Apr 2017 07:02:33 +0000 Subject: [PATCH] Accepting request 492189 from home:bmwiedemann:branches:Publishing Call gzip -n to make build fully reproducible OBS-URL: https://build.opensuse.org/request/show/492189 OBS-URL: https://build.opensuse.org/package/show/Publishing/plotutils?expand=0&rev=21 --- plotutils.changes | 5 +++++ plotutils.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plotutils.changes b/plotutils.changes index 30478b4..40f84ad 100644 --- a/plotutils.changes +++ b/plotutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 29 18:10:52 UTC 2017 - bwiedemann@suse.com + +- Call gzip -n to make build fully reproducible + ------------------------------------------------------------------- Mon Oct 6 17:39:33 UTC 2014 - crrodriguez@opensuse.org diff --git a/plotutils.spec b/plotutils.spec index e0eabbe..b917a02 100644 --- a/plotutils.spec +++ b/plotutils.spec @@ -166,7 +166,7 @@ install -m 0644\ # install -d %{buildroot}%{_miscfontsdir} install -m 0644 fonts/pcf/*.pcf %{buildroot}%{_miscfontsdir} -gzip -9 %{buildroot}%{_miscfontsdir}/*.pcf +gzip -n -9 %{buildroot}%{_miscfontsdir}/*.pcf # install -m 0644 manpage.1 %{buildroot}%{_mandir}/man1/plotutils.1 ln -s plotutils.1.gz %{buildroot}%{_mandir}/man1/double.1.gz