Compare commits
No commits in common. "c8" and "imports/c8-beta/grubby-8.40-48.el8" have entirely different histories.
c8
...
imports/c8
1
.grubby.metadata
Normal file
1
.grubby.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
97ae8d113b74538c05f05083dcff4f44012fd0cd SOURCES/8.40-1.tar.gz
|
@ -500,7 +500,7 @@ update_bls_fragment() {
|
|||||||
if [[ -n $old_args ]]; then
|
if [[ -n $old_args ]]; then
|
||||||
opts="$(update_args "${old_args}" "${remove_args}" "${add_args}")"
|
opts="$(update_args "${old_args}" "${remove_args}" "${add_args}")"
|
||||||
opts="$(echo "$opts" | sed -e 's/\//\\\//g')"
|
opts="$(echo "$opts" | sed -e 's/\//\\\//g')"
|
||||||
sed -i -e "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\\\"${opts}\\\"/" "${grub_etc_default}"
|
sed -i -e "s/^GRUB_CMDLINE_LINUX.*/GRUB_CMDLINE_LINUX=\\\"${opts}\\\"/" "${grub_etc_default}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: grubby
|
Name: grubby
|
||||||
Version: 8.40
|
Version: 8.40
|
||||||
Release: 49%{?dist}
|
Release: 48%{?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,10 +169,6 @@ current boot environment.
|
|||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 10 2024 Marta Lewandowska <mlewando@redhat.com> - 8.40-49
|
|
||||||
- Do not overwrite all vars that start with GRUB_CMDLINE_LINUX
|
|
||||||
- Resolves: #RHEL-12853
|
|
||||||
|
|
||||||
* Tue Feb 21 2023 Marta Lewandowska <mlewando@redhat.com> - 8.40-48
|
* Tue Feb 21 2023 Marta Lewandowska <mlewando@redhat.com> - 8.40-48
|
||||||
- Apply Marta's default args fix
|
- Apply Marta's default args fix
|
||||||
- Resolves: #1900829
|
- Resolves: #1900829
|
||||||
|
Loading…
Reference in New Issue
Block a user