diff --git a/python313.changes b/python313.changes index d098403..e9abecf 100644 --- a/python313.changes +++ b/python313.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 1 08:23:22 UTC 2025 - Daniel Garcia + +- Use one core to build doc. This will make sphinx doc build + reproducible. + bsc#1243155 + ------------------------------------------------------------------- Sat Jun 21 14:32:16 UTC 2025 - Marcus Meissner diff --git a/python313.spec b/python313.spec index 50abd0c..da469f5 100644 --- a/python313.spec +++ b/python313.spec @@ -562,7 +562,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