diff --git a/ugrep.changes b/ugrep.changes index 8acaee9..764a6b9 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 9 05:24:34 UTC 2024 - jun wang + +- disable AVX2/AVX512BW CPU extensions because of bsc#1222752 + ------------------------------------------------------------------- Sat Aug 24 07:09:34 UTC 2024 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 879cae7..57d93fa 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -101,6 +101,7 @@ This package contains the fish completion for ugrep. %build %configure \ + --disable-avx2 \ --enable-color \ %if 0%{?suse_version} > 1599 --with-bzip3 \