diff --git a/pcre2.changes b/pcre2.changes index 036ebd8..3eaa7c0 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 31 06:54:48 UTC 2022 - Stephan Kulow + +- Fix the profiling call to be non-parallel again (fighting spec cleaner) + ------------------------------------------------------------------- Thu May 5 08:15:44 UTC 2022 - pgajdos@suse.com diff --git a/pcre2.spec b/pcre2.spec index 693f415..9baffe7 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -189,7 +189,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now" %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" export LANG=POSIX # do not run profiling in parallel for reproducible builds (boo#1040589 boo#1102408) - %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" check + %make_build -j1 CFLAGS="%{optflags} %{cflags_profile_generate}" check %make_build clean %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" %else