From 36207af034dce8e0c8091c7eb5497c91ba3389c9370cad52ab9ec26ed05a708b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 31 Jan 2024 19:10:48 +0000 Subject: [PATCH] - Make the build reproducible by killing off dates. OBS-URL: https://build.opensuse.org/package/show/science/gap?expand=0&rev=88 --- gap.changes | 5 +++++ gap.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gap.changes b/gap.changes index 86e1851..49dd66e 100644 --- a/gap.changes +++ b/gap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 31 19:10:01 UTC 2024 - Jan Engelhardt + +- Make the build reproducible by killing off dates. + ------------------------------------------------------------------- Fri Jan 19 23:05:07 UTC 2024 - Jan Engelhardt diff --git a/gap.spec b/gap.spec index 10660b9..e86d285 100644 --- a/gap.spec +++ b/gap.spec @@ -262,7 +262,7 @@ echo "This package causes installation of optional GAP packages" >FULL.txt %build %configure -%make_build +%make_build GAP_BUILD_DATETIME="" %install # Can not use "install" target, as that includes the "install-doc" target