!500 [sync] PR-499: disable fortyfy level based on new settings of openEuler-rpm-config

From: @openeuler-sync-bot 
Reviewed-by: @zhangqiumiao 
Signed-off-by: @zhangqiumiao
This commit is contained in:
openeuler-ci-bot 2025-02-07 02:12:53 +00:00 committed by Gitee
commit 752edd5f84
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <fundawang@yeah.net> - 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 <zhangqiumiao1@huawei.com> - 1:2.12-31
- Type:bugfix
- CVE:NA