From 29c0f84c236a60760334809c2cb9f8532b1348c809b8e3fbaaee0c209a52602a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 6 Mar 2017 07:54:35 +0000 Subject: [PATCH] - export WIDL_TIME_OVERRIDE="0" for more reproducible builds OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=406 --- wine.changes | 5 +++++ wine.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/wine.changes b/wine.changes index ef88c1d..e0aa635 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 6 07:54:19 UTC 2017 - meissner@suse.com + +- export WIDL_TIME_OVERRIDE="0" for more reproducible builds + ------------------------------------------------------------------- Fri Mar 3 21:14:23 UTC 2017 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 0808c18..347ef78 100644 --- a/wine.spec +++ b/wine.spec @@ -130,6 +130,7 @@ cp %{S:3} . %build cat VERSION +export WIDL_TIME_OVERRIDE="0" # for reproducible builds. %ifarch %ix86 # e.g. Steam and other copy protections hate EBP being used for something else. export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`