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:
commit
dc3dad63fc
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user