Make syslinux-extlinux to Require grubby-deprecated
The extlinux bootloader doesn't have BLS support yet, so the old grubby tool is required to add new boot menu entries to the extlinux.conf file. Resolves: rhbz#1654841 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
e59efd2e65
commit
4d55da4590
@ -1,12 +1,13 @@
|
|||||||
Name: extlinux-bootloader
|
Name: extlinux-bootloader
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: The EXTLINUX bootloader framework, for booting the local system
|
Summary: The EXTLINUX bootloader framework, for booting the local system
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://fedoraproject.org/wiki/extlinux-bootloader
|
URL: http://fedoraproject.org/wiki/extlinux-bootloader
|
||||||
Source1: extlinux.sh
|
Source1: extlinux.sh
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
|
Requires: grubby-deprecated
|
||||||
Provides: syslinux-extlinux
|
Provides: syslinux-extlinux
|
||||||
|
|
||||||
ExclusiveArch: %{arm} aarch64
|
ExclusiveArch: %{arm} aarch64
|
||||||
@ -38,6 +39,10 @@ install -p %{SOURCE1} %{buildroot}%{_sbindir}/extlinux
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 30 2018 Javier Martinez Canillas <javierm@redhat.com> - 1.2-7
|
||||||
|
- Make syslinux-extlinux to Require grubby-deprecated
|
||||||
|
Resolves: rhbz#1654841
|
||||||
|
|
||||||
* Thu Nov 22 2018 Pablo Greco <pablo@fliagreco.com.ar> - 1.2-6
|
* Thu Nov 22 2018 Pablo Greco <pablo@fliagreco.com.ar> - 1.2-6
|
||||||
* Avoid multiple fdtdir entries
|
* Avoid multiple fdtdir entries
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user