From 4d55da4590d83d7d6a7bb96143f9d6584bc34030 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Fri, 30 Nov 2018 15:23:07 +0100 Subject: [PATCH] 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 --- extlinux-bootloader.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/extlinux-bootloader.spec b/extlinux-bootloader.spec index 3cdfcda..92a922e 100644 --- a/extlinux-bootloader.spec +++ b/extlinux-bootloader.spec @@ -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 - 1.2-7 +- Make syslinux-extlinux to Require grubby-deprecated + Resolves: rhbz#1654841 + * Thu Nov 22 2018 Pablo Greco - 1.2-6 * Avoid multiple fdtdir entries