From fd8135d9aef3fe2ff8d3ac39021b5077a1f9e7ddb8265fcb6126f9ac9327acb8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Jan 2022 09:05:22 +0000 Subject: [PATCH] Accepting request 948959 from home:bmwiedemann:branches:devel:languages:python Don't add date to version for reproducible builds (boo#1047218) OBS-URL: https://build.opensuse.org/request/show/948959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=48 --- python-pyudev.changes | 5 +++++ python-pyudev.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pyudev.changes b/python-pyudev.changes index a492318..1f33de7 100644 --- a/python-pyudev.changes +++ b/python-pyudev.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 25 08:54:16 UTC 2022 - Bernhard Wiedemann + +- Don't add date to version for reproducible builds (boo#1047218) + ------------------------------------------------------------------- Sun Jan 16 22:53:34 UTC 2022 - mcepl@cepl.eu diff --git a/python-pyudev.spec b/python-pyudev.spec index 1e15d50..c09ae86 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -66,6 +66,7 @@ in modern linux systems. # Disable intersphinx and issuetracker, we don't want to access the web during doc build: sed -i -e "s|'sphinx.ext.intersphinx',\\?||" -e "s|'sphinxcontrib.issuetracker',\\?||" doc/conf.py +sed -i -e 's/tag_date = true/tag_date = false/' setup.cfg %build %python_build