diff --git a/glibc.spec b/glibc.spec index 4a1ccda..46e4c0e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -77,12 +77,13 @@ %define need_headers_package 0 %endif +############################################################################## # %%package glibc - The GNU C Library (glibc) core package. ############################################################################## Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 11%{?dist} +Release: 12%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -1151,6 +1152,11 @@ build() --disable-profile \ %if %{with bootstrap} --without-selinux \ +%endif +%ifarch aarch64 +%if 0%{?rhel} > 0 + --enable-memory-tagging \ +%endif %endif --disable-crypt || { cat config.log; false; } @@ -2140,6 +2146,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Fri May 21 2021 Florian Weimer - 2.33-12 +- aarch64: Enable optional memory tagging support (#1948645) + * Fri May 7 2021 Florian Weimer - 2.33-11 - Sync with Fedora f34 branch, commit 4f55bd2df5c705c99f21. - This removes the forced setting of the z14/POWER9 baselines,