From 5a9bce8cc51e7878718d831810f3d628e6871db2b211f7565c974cef001c5f6f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?=
Date: Tue, 2 Oct 2018 10:11:14 +0000
Subject: [PATCH] Accepting request 639411 from
home:bmwiedemann:branches:devel:languages:python
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Reduce parallelism of sphinx-build to ensure reproducible builds (boo#1102408)
Without this, man pages and index.html has variations in apostrophes:
/usr/share/doc/packages/python2-service_identity/index.html
-Generally speaking, you shouldn’t ever be afraid of updating.
+Generally speaking, you shouldn't ever be afraid of updating.
OBS-URL: https://build.opensuse.org/request/show/639411
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-service_identity?expand=0&rev=12
---
python-service_identity.changes | 6 ++++++
python-service_identity.spec | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/python-service_identity.changes b/python-service_identity.changes
index c3d33ab..4e7c956 100644
--- a/python-service_identity.changes
+++ b/python-service_identity.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Mon Oct 1 14:33:07 UTC 2018 - Bernhard Wiedemann
+
+- Reduce parallelism of sphinx-build
+ to ensure reproducible builds (boo#1102408)
+
-------------------------------------------------------------------
Tue Sep 25 11:54:42 UTC 2018 - Tomáš Chvátal
diff --git a/python-service_identity.spec b/python-service_identity.spec
index b0c6594..b708acd 100644
--- a/python-service_identity.spec
+++ b/python-service_identity.spec
@@ -61,7 +61,9 @@ relevant RFCs too.
# make man and documentation
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
%python_install