From f3a84fb0ac6ac7ec80c9d174b37d420c69522c57 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 12 Mar 2025 14:34:34 +0800 Subject: [PATCH] Disable the .package_note awfulness (cherry picked from commit 48aa8f51b1a8c31fc20d6055748e87badd12ecad) --- grub2.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/grub2.spec b/grub2.spec index cfa9cce..ae33942 100644 --- a/grub2.spec +++ b/grub2.spec @@ -7,6 +7,7 @@ %global _fortify_level 0 %undefine _hardened_build +%undefine _package_note_flags %global tarversion 2.12 %if "0%{?product_family}" == "0" @@ -22,7 +23,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 39 +Release: 40 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -351,7 +352,6 @@ fi %{_prefix}/lib/kernel/install.d/99-grub-mkconfig.install %{_sysconfdir}/kernel/install.d/*.install %dir %attr(0700,root,root) %{efi_esp_dir} -%{_datadir}/locale/* %files tools %defattr(-,root,root) @@ -464,6 +464,13 @@ fi %{_datadir}/man/man* %changelog +* Tue Apr 08 2025 Funda Wang - 1:2.12-40 +- requirement +- CVE:NA +- SUG:NA +- DESC: Disable the .package_note awfulness +- DESC: drop duplicate list of locale files + * Thu Feb 20 2025 zhangqiumiao - 1:2.12-39 - Type:CVE - CVE:CVE-2024-56738 -- Gitee