From 20858812ccd3d1b9d159a6d9f35f06489fe41805 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 12 Jan 2023 14:48:03 -0500 Subject: [PATCH] Update spec for RHEL frame pointer exclusion Signed-off-by: Stephen Gallagher --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 67c4247..68666c0 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -4,7 +4,7 @@ # 2) When making changes, increment the version (in baserelease) by 1. # rpmdev-bumpspec and other tools update the macro below, which is used # in Version: to get the desired effect. -%global baserelease 240 +%global baserelease 241 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -221,6 +221,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Thu Jan 12 2023 Stephen Gallagher - 241-1 +- Do not include frame pointers on RHEL + * Tue Jan 10 2023 Davide Cavalca - 240-1 - Do not include frame pointers on i686 and s390x for now