diff --git a/grub.macros b/grub.macros index 0fdd725f5b2bd86c26e6ab5fd98e2437611bad61..7d215a440010db6496380e3c06fa3507941d38c0 100644 --- a/grub.macros +++ b/grub.macros @@ -511,8 +511,6 @@ install -D -m 700 unicode.pf2 \\\ $RPM_BUILD_ROOT%{efi_esp_dir}/fonts/unicode.pf2 \ ${RPM_BUILD_ROOT}/%{_bindir}/%{name}-editenv \\\ ${RPM_BUILD_ROOT}%{efi_esp_dir}/grubenv create \ -ln -sf ../efi/EFI/%{efi_vendor}/grubenv \\\ - $RPM_BUILD_ROOT/boot/grub2/grubenv \ cd .. \ %{nil} @@ -604,7 +602,6 @@ touch ${RPM_BUILD_ROOT}/boot/%{name}/grub.cfg \ %dir %attr(0700,root,root)%{efi_esp_dir}/fonts \ %dir %attr(0700,root,root)/boot/loader/entries \ %ghost %config(noreplace) %attr(0700,root,root)%{efi_esp_dir}/grub.cfg \ -%config(noreplace) /boot/grub2/grubenv \ %ghost %config(noreplace) %attr(0700,root,root)%{efi_esp_dir}/grubenv \ %{expand:%if 0%{?without_efi_modules} \ %exclude %{_libdir}/grub/%{6} \ diff --git a/grub2.spec b/grub2.spec index 58665f56bd41d27200a82147f6c60cc0d30b256d..97807c78e56cf75bfd8a0daa21f77177cd1004f4 100644 --- a/grub2.spec +++ b/grub2.spec @@ -8,7 +8,7 @@ Name: grub2 Epoch: 1 Version: 2.04 -Release: 16 +Release: 17 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -449,6 +449,12 @@ rm -r /boot/grub2.tmp/ || : %{_datadir}/man/man* %changelog +* Tue May 18 2021 zhangqiumiao - 2.04-17 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete the Symbolic Link of grubenv in grub2-efi-x64 and grub-efi-aa64 packages + * Tue Mar 30 2021 zhangqiumiao - 2.04-16 - Type:bugfix - ID:NA