From b2ab29059a43cf3433a374da12438edb0bc0866c Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: May 05 2020 10:23:10 +0000 Subject: grubby-bls: add a --no-etc-grub-update option and a fix for --args Signed-off-by: Javier Martinez Canillas --- diff --git a/grubby.spec b/grubby.spec index a070b1a..c9751d4 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Command line tool for updating bootloader configs License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -136,6 +136,10 @@ current boot environment. %{_mandir}/man8/*.8* %changelog +* Tue May 05 2020 Javier Martinez Canillas - 8.40-43 +- grubby-bls: always escape the delimiter character used in sed commands +- grubby-bls: add a --no-etc-grub-update option + * Wed Apr 29 2020 Javier Martinez Canillas - 8.40-42 - grubby-bls: fix corner case when a kernel param value contains a '=' - grubby-bls: update man page to match options in current wrapper script