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:
Javier Martinez Canillas 2018-11-30 15:23:07 +01:00
parent e59efd2e65
commit 4d55da4590
No known key found for this signature in database
GPG Key ID: C751E590D63F3D69

View File

@ -1,12 +1,13 @@
Name: extlinux-bootloader
Version: 1.2
Release: 6%{?dist}
Release: 7%{?dist}
Summary: The EXTLINUX bootloader framework, for booting the local system
License: GPLv2+
URL: http://fedoraproject.org/wiki/extlinux-bootloader
Source1: extlinux.sh
BuildRequires: coreutils
Requires: grubby-deprecated
Provides: syslinux-extlinux
ExclusiveArch: %{arm} aarch64
@ -38,6 +39,10 @@ install -p %{SOURCE1} %{buildroot}%{_sbindir}/extlinux
%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
* Avoid multiple fdtdir entries