From 2a409f5e128d4b84e4c06c7b026082c3d50545ff Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 6 Feb 2025 17:28:14 +0800 Subject: [PATCH] disable fortify level based on new settings of openEuler-rpm-config (cherry picked from commit 87ca9070966068eb21fef68b8b4514d7b76b5afc) --- grub2.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 1ba12aa..b2d09a1 100644 --- a/grub2.spec +++ b/grub2.spec @@ -3,6 +3,9 @@ # Disable LTO %global _lto_cflags %{nil} +# disable fortify level +%global _fortify_level 0 + %undefine _hardened_build %global tarversion 2.12 @@ -19,7 +22,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 31 +Release: 32 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -461,6 +464,12 @@ fi %{_datadir}/man/man* %changelog +* Thu Feb 06 2025 Funda Wang - 1:2.12-32 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:disable fortify level based on new settings of openEuler-rpm-config + * Mon Dec 23 2024 zhangqiumiao - 1:2.12-31 - Type:bugfix - CVE:NA -- Gitee