From d72135ede950cffddbdf420067ce92551239289c Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Tue, 6 Nov 2018 15:07:37 +0100 Subject: [PATCH] Move old grubby and new-kernel-pkg to grubby-deprecated and default to BLS Now that Anaconda defaults to a BootLoaderSpec setup on installation, the the grubby package should also install the grubby BLS wrapper by default. Signed-off-by: Javier Martinez Canillas --- grubby.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index a5ecffc..1b73e0a 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Command line tool for updating bootloader configs License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -115,7 +115,7 @@ current boot environment. %{_mandir}/man8/*.8* %changelog -* Tue Oct 23 2018 Javier Martinez Canillas +* Tue Nov 06 2018 Javier Martinez Canillas - 8.40-19 - Make the temporary config wrapper be what "grubby" contains, and put traditional grubby in grubby-deprecated (pjones) - Re-enable debuginfo generation (pjones)