mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
Two more fixes
Avoid grub2-efi package to overwrite existing /boot/grub2/grubenv file Resolves: rhbz#1687323 Switch to BLS in tools package %%post scriptlet Resolves: rhbz#1652806 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
a7449e2e58
commit
fad457cd90
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.02
|
||||
Release: 71%{?dist}
|
||||
Release: 72%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
|
@ -480,6 +480,12 @@ rm -r /boot/grub2.tmp/ || :
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-72
|
||||
- Avoid grub2-efi package to overwrite existing /boot/grub2/grubenv file
|
||||
Resolves: rhbz#1687323
|
||||
- Switch to BLS in tools package %%post scriptlet
|
||||
Resolves: rhbz#1652806
|
||||
|
||||
* Wed Feb 27 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.02-71
|
||||
- 20-grub-install: Replace, rather than overwrite, the existing kernel (pjones)
|
||||
Resolves: rhbz#1642402
|
||||
|
|
Loading…
Reference in a new issue