From 10504b434aad7f267bfc344ae6052b7b8a9da1b4a86ba7a43ec369914722232b Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Tue, 6 Dec 2022 17:25:22 +0000 Subject: [PATCH] Accepting request 1040752 from home:StefanBruens:branches:science:HPC - Reduce constraints to match the actual requirement. Exaggerating the requirements hurts both this package (time until build can start) as well as other OBS users (blocking large workers without need). - Use a reproducible timestamp instead of removing it altogether. OBS-URL: https://build.opensuse.org/request/show/1040752 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=93 --- _constraints | 10 +++++----- mvapich2.changes | 9 +++++++++ reproducible.patch | 4 +++- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/_constraints b/_constraints index 118b09c..ae349f9 100644 --- a/_constraints +++ b/_constraints @@ -1,11 +1,11 @@ - 8 + 4 - 10 + 4 - - 16 - + + 6 + \ No newline at end of file diff --git a/mvapich2.changes b/mvapich2.changes index 9dbfae1..c112176 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 5 21:11:29 UTC 2022 - Stefan BrĂ¼ns + +- Reduce constraints to match the actual requirement. Exaggerating + the requirements hurts both this package (time until build can + start) as well as other OBS users (blocking large workers + without need). +- Use a reproducible timestamp instead of removing it altogether. + ------------------------------------------------------------------- Mon Nov 28 08:30:49 UTC 2022 - Nicolas Morey-Chaisemartin diff --git a/reproducible.patch b/reproducible.patch index 6ee0871..cc45191 100644 --- a/reproducible.patch +++ b/reproducible.patch @@ -13,6 +13,8 @@ Date: Mon Mar 25 11:12:56 2019 +0100 and other output files varied between builds. Signed-off-by: Nicolas Morey-Chaisemartin + + Also remove any unreproducible timestamps from generated files. diff --git maint/extractcvars.in maint/extractcvars.in index b627a6f8d937..879de7bf6d5a 100755 @@ -23,7 +25,7 @@ index b627a6f8d937..879de7bf6d5a 100755 print "Cvars include :\n".Dumper(@cvars)."\n" if $debug; -my $run_timestamp = localtime(); -+my $run_timestamp = "openSUSE no date"; ++my $run_timestamp = localtime($ENV{"SOURCE_DATE_EPOCH"} || time); my $uc_ns = uc($ns); # Setup output files