forked from pool/python-pyudev
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
This commit is contained in:
parent
2830b6e63e
commit
fd8135d9ae
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 08:54:16 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Don't add date to version for reproducible builds (boo#1047218)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 16 22:53:34 UTC 2022 - mcepl@cepl.eu
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user