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:
Javier Martinez Canillas 2018-12-17 12:55:16 +01:00
parent 4ff5f8dcef
commit bb036b8233
No known key found for this signature in database
GPG key ID: C751E590D63F3D69

View file

@ -7,7 +7,7 @@
Name: grub2 Name: grub2
Epoch: 1 Epoch: 1
Version: 2.02 Version: 2.02
Release: 65%{?dist} Release: 66%{?dist}
Summary: Bootloader with support for Linux, Multiboot and more Summary: Bootloader with support for Linux, Multiboot and more
Group: System Environment/Base Group: System Environment/Base
License: GPLv3+ License: GPLv3+
@ -383,7 +383,6 @@ fi
%else %else
%exclude %{_sysconfdir}/grub.d/10_linux_bls %exclude %{_sysconfdir}/grub.d/10_linux_bls
%endif %endif
%exclude %{_sysconfdir}/grub.d/01_fallback_counting
%{_sysconfdir}/grub.d/README %{_sysconfdir}/grub.d/README
%{_userunitdir}/grub-boot-success.timer %{_userunitdir}/grub-boot-success.timer
%{_userunitdir}/grub-boot-success.service %{_userunitdir}/grub-boot-success.service
@ -492,6 +491,9 @@ fi
%endif %endif
%changelog %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 * 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 - BLS files should only be copied by grub-switch-to-blscfg if BLS isn't set
Related: rhbz#1638117 Related: rhbz#1638117