From e777519e08a42b479304a651bc9d7765ea6f83b1 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Wed, 21 Nov 2018 10:49:56 +0100 Subject: [PATCH] Another batch of grubby-bls fixes - installkernel-bls: remove unnecessary check for GRUB_ENABLE_BLSCFG=true Resolves: rhbz#1647721 - grubby-bls: use title field instead of version for zipl default entry Related: rhbz#1645200 - grubby-bls: print the absolute kernel and initramfs images paths Resolves: rhbz#1649778 - grubby-bls: make info print the root parameter if is present in cmdline Resolves: rhbz#1649791 Signed-off-by: Javier Martinez Canillas --- grubby.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/grubby.spec b/grubby.spec index 08dcb71..3031a04 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Command line tool for updating bootloader configs License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -129,6 +129,16 @@ current boot environment. %{_mandir}/man8/*.8* %changelog +* Wed Nov 21 2018 Javier Martinez Canillas - 8.40-21 +- installkernel-bls: remove unnecessary check for GRUB_ENABLE_BLSCFG=true + Resolves: rhbz#1647721 +- grubby-bls: use title field instead of version for zipl default entry + Related: rhbz#1645200 +- grubby-bls: print the absolute kernel and initramfs images paths + Resolves: rhbz#1649778 +- grubby-bls: make info print the root parameter if is present in cmdline + Resolves: rhbz#1649791 + * Tue Nov 13 2018 Javier Martinez Canillas - 8.40-20 - Switch to a BLS configuration on %%post