diff --git a/python311.changes b/python311.changes index 4f823b9..1f16727 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 1 08:19:52 UTC 2025 - Daniel Garcia + +- Use one core to build doc. This will make sphinx doc build + reproducible. + bsc#1243155 + ------------------------------------------------------------------- Mon Jun 9 17:19:32 UTC 2025 - Matej Cepl diff --git a/python311.spec b/python311.spec index 51d6365..0a68887 100644 --- a/python311.spec +++ b/python311.spec @@ -478,7 +478,7 @@ TODAY_DATE=`date -r %{SOURCE0} "+%%B %%d, %%Y"` cd Doc sed -i "s/^today = .*/today = '$TODAY_DATE'/" conf.py -%make_build -j1 html +%make_build -j1 JOBS=1 html # Build also devhelp files sphinx-build -a -b devhelp . build/devhelp