import grubby-8.40-42.el8
This commit is contained in:
parent
af0753f6c8
commit
4c9832f7f2
@ -235,7 +235,7 @@ get_bls_args() {
|
|||||||
local opts=(${args})
|
local opts=(${args})
|
||||||
|
|
||||||
for opt in ${opts[*]}; do
|
for opt in ${opts[*]}; do
|
||||||
if [[ $opt =~ ^\$ ]]; then
|
if [[ $opt = "\$kernelopts" ]]; then
|
||||||
value="$(expand_var $opt)"
|
value="$(expand_var $opt)"
|
||||||
args="$(echo ${args} | sed -e "s/${opt}/${value}/")"
|
args="$(echo ${args} | sed -e "s/${opt}/${value}/")"
|
||||||
fi
|
fi
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: grubby
|
Name: grubby
|
||||||
Version: 8.40
|
Version: 8.40
|
||||||
Release: 41%{?dist}
|
Release: 42%{?dist}
|
||||||
Summary: Command line tool for updating BootLoaderSpec files
|
Summary: Command line tool for updating BootLoaderSpec files
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rhinstaller/grubby
|
URL: https://github.com/rhinstaller/grubby
|
||||||
@ -169,6 +169,10 @@ current boot environment.
|
|||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 09 2021 Javier Martinez Canillas <javierm@redhat.com> - 8.40-42
|
||||||
|
- grubby-bls: expand only the kernelopts variable
|
||||||
|
Resolves: rhbz#1819666
|
||||||
|
|
||||||
* Thu May 07 2020 Javier Martinez Canillas <javierm@redhat.com> - 8.40-41
|
* Thu May 07 2020 Javier Martinez Canillas <javierm@redhat.com> - 8.40-41
|
||||||
- grubby-bls: only attempt to update the cmdline if was already set
|
- grubby-bls: only attempt to update the cmdline if was already set
|
||||||
Related: rhbz#1152027
|
Related: rhbz#1152027
|
||||||
|
Loading…
Reference in New Issue
Block a user