diff --git a/gawk.changes b/gawk.changes index 89f29aa..257a5da 100644 --- a/gawk.changes +++ b/gawk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 4 20:39:51 UTC 2024 - Andreas Schwab + +- Reenable pma tests + ------------------------------------------------------------------- Wed Oct 23 08:39:00 UTC 2024 - Dirk Müller diff --git a/gawk.spec b/gawk.spec index 41f2f76..9c5a27a 100644 --- a/gawk.spec +++ b/gawk.spec @@ -46,11 +46,7 @@ export CFLAGS="%{optflags}" %configure %if %{do_profiling} %make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs" - %make_build check \ -%if 0%{?qemu_user_space_build} - NEED_PMA= \ -%endif - %{nil} + %make_build check %make_build clean %make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}" LDFLAGS="-fprofile-arcs" %else @@ -58,12 +54,7 @@ export CFLAGS="%{optflags}" %endif %check -# Disable pma tests when running in linux-user emulation (bsc#1203140) -%make_build check \ -%if 0%{?qemu_user_space_build} - NEED_PMA= \ -%endif - %{nil} +%make_build check %install %make_install