mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
Don't exclude /etc/grub.d/01_fallback_counting anymore
This was causing issues but it should be fixed now. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
4ff5f8dcef
commit
bb036b8233
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.02
|
||||
Release: 65%{?dist}
|
||||
Release: 66%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
Group: System Environment/Base
|
||||
License: GPLv3+
|
||||
|
@ -383,7 +383,6 @@ fi
|
|||
%else
|
||||
%exclude %{_sysconfdir}/grub.d/10_linux_bls
|
||||
%endif
|
||||
%exclude %{_sysconfdir}/grub.d/01_fallback_counting
|
||||
%{_sysconfdir}/grub.d/README
|
||||
%{_userunitdir}/grub-boot-success.timer
|
||||
%{_userunitdir}/grub-boot-success.service
|
||||
|
@ -492,6 +491,9 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 17 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-66
|
||||
- Don't exclude /etc/grub.d/01_fallback_counting anymore
|
||||
|
||||
* Tue Dec 11 2018 Javier Martinez Canillas <javierm@redhat.com> - 2.02-65
|
||||
- BLS files should only be copied by grub-switch-to-blscfg if BLS isn't set
|
||||
Related: rhbz#1638117
|
||||
|
|
Loading…
Reference in a new issue