diff --git a/python-semanage.changes b/python-semanage.changes index 47cb881..827a2e6 100644 --- a/python-semanage.changes +++ b/python-semanage.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 16 13:13:41 UTC 2021 - Fabian Vogt + +- Call "make -j8 pywrap" instead of "make -j8 all pywrap" to fix random + build failures. The toplevel Makefile does not support concurrency, + and it resulted in parallel "make all" and "make pywrap" which weren't + aware of each other and stepped over the other's artifacts. + ------------------------------------------------------------------- Thu Mar 18 08:31:30 UTC 2021 - Johannes Segitz diff --git a/python-semanage.spec b/python-semanage.spec index 19c4a58..8c38ae7 100644 --- a/python-semanage.spec +++ b/python-semanage.spec @@ -67,7 +67,7 @@ grep /usr/libexec . -rl | xargs sed -i "s|/usr/libexec|%{_libexecdir}|g" LIBDIR="%{_libdir}" \ LIBEXECDIR="%{_libexecdir}" \ SHLIBDIR="%{_lib}" \ - all pywrap + pywrap } %install