Accepting request 639564 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/639564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-service_identity?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-10-02 17:49:33 +00:00 committed by Git OBS Bridge
commit dc3dad63fc
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 1 14:33:07 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
- Reduce parallelism of sphinx-build
to ensure reproducible builds (boo#1102408)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 25 11:54:42 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com> Tue Sep 25 11:54:42 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -61,7 +61,9 @@ relevant RFCs too.
# make man and documentation # make man and documentation
cd docs cd docs
make %{?_smp_mflags} man singlehtml # do not run these in parallel to ensure reproducible builds (boo#1102408)
make %{?_smp_mflags} man
make %{?_smp_mflags} singlehtml
%install %install
%python_install %python_install