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