From 5360fbe8f3ce9675551c0356645e9b3759d0589f Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Mon, 29 Mar 2021 09:50:55 +0800 Subject: [PATCH] add efi_vendor for vendor (cherry picked from commit 43a27a661caab7d582b7641135af84333fcaf7ea) --- grub2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/grub2.spec b/grub2.spec index 0e94b0e..bc5780b 100644 --- a/grub2.spec +++ b/grub2.spec @@ -1,13 +1,14 @@ %undefine _hardened_build %global tarversion 2.04 +%define efi_vendor %{_vendor} %undefine _missing_build_ids_terminate_build %global _configure_gnuconfig_hack 0 Name: grub2 Epoch: 1 Version: 2.04 -Release: 13 +Release: 14 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -448,6 +449,12 @@ rm -r /boot/grub2.tmp/ || : %{_datadir}/man/man* %changelog +* Mon Mar 29 2021 renmingshuai - 2.04-14 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add efi_vendor for vendor + * Sun Mar 21 2021 orange-snn - 2.04-13 - fix postun error in grub2-efi-x64 -- Gitee