From 9327ae7cc9d0766c6a9f9c1808dfea347397f9a39898777b2963edadc0e85967 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 9 Oct 2018 09:24:41 +0000 Subject: [PATCH] Accepting request 639831 from home:bmwiedemann:branches:Base:System Make package build reproducible (boo#1047218) doc/mkdefsinc.c used the mtime for info file date doc/Makefile.am:180 would empty defsincdate and thereby change date in man pages OBS-URL: https://build.opensuse.org/request/show/639831 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=211 --- gpg2.changes | 5 +++++ gpg2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/gpg2.changes b/gpg2.changes index 6a29f91..cbbb9d8 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 4 04:09:12 UTC 2018 - Bernhard Wiedemann + +- Make package build reproducible (boo#1047218) + ------------------------------------------------------------------- Thu Aug 30 14:14:08 UTC 2018 - kbabioch@suse.com diff --git a/gpg2.spec b/gpg2.spec index eb7a350..ed26de8 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -86,6 +86,7 @@ gpg2 provides GPGSM, gpg-agent, and a keybox library. %patch8 -p1 %patch9 -p1 %patch11 -p1 +touch -d 2018-05-04 doc/gpg.texi # to compensate for patch11 in order to not have man pages and info files have the build date (boo#1047218) %build date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99})