From 6dc385e29fa5e9f2cb71b2dd15497844efa21ca5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 11 Dec 2023 16:11:41 +0300 Subject: [PATCH] import grubby-8.40-48.el8 --- SOURCES/grubby-bls | 4 +++- SPECS/grubby.spec | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/SOURCES/grubby-bls b/SOURCES/grubby-bls index 360c6e8..f5b9735 100755 --- a/SOURCES/grubby-bls +++ b/SOURCES/grubby-bls @@ -812,7 +812,9 @@ if [[ -n $kernel ]]; then opts="${opts} ${args}" fi else - opts="${args}" + opts="${opts} ${args}" + remove_args="$kernelopts" + update_args "${opts}" "${remove_args}" "" fi add_bls_fragment "${kernel}" "${title}" "${opts}" "${initrd}" \ diff --git a/SPECS/grubby.spec b/SPECS/grubby.spec index fde42bd..f02c3e0 100644 --- a/SPECS/grubby.spec +++ b/SPECS/grubby.spec @@ -1,6 +1,6 @@ Name: grubby Version: 8.40 -Release: 47%{?dist} +Release: 48%{?dist} Summary: Command line tool for updating BootLoaderSpec files License: GPLv2+ URL: https://github.com/rhinstaller/grubby @@ -169,9 +169,13 @@ current boot environment. %{_mandir}/man8/*.8* %changelog -* Tue Jul 25 2023 MSVSphere Packaging Team - 8.40-47 +* Tue Jul 25 2023 MSVSphere Packaging Team - 8.40-48 - Rebuilt for MSVSphere 8.8 +* Tue Feb 21 2023 Marta Lewandowska - 8.40-48 +- Apply Marta's default args fix +- Resolves: #1900829 + * Mon Oct 10 2022 Robbie Harwood - 8.40-47 - Backport fedora/rhel9 initial cmdline population - Resolves: #2129740