From 888bec16b096a69c4e46c1ecf3334cb14f933827 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Jul 29 2020 08:55:07 +0000 Subject: Inherit -mbranch-protection=standard from redhat-rpm-config (for aarch64) --- diff --git a/glibc.spec b/glibc.spec index 978fd9e..587ed42 100644 --- a/glibc.spec +++ b/glibc.spec @@ -96,7 +96,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 22%{?dist} +Release: 23%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -820,6 +820,7 @@ rpm_inherit_flags \ "-march=z13" \ "-march=z14" \ "-march=zEC12" \ + "-mbranch-protection=standard" \ "-mfpmath=sse" \ "-msse2" \ "-mstackrealign" \ @@ -2019,6 +2020,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Wed Jul 29 2020 Florian Weimer - 2.31.9000-23 +- Inherit -mbranch-protection=standard from redhat-rpm-config (for aarch64) + * Mon Jul 27 2020 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild