import grubby-8.40-63.el9
This commit is contained in:
parent
85288b77bd
commit
556f8dbb0f
@ -833,7 +833,9 @@ if [[ -n $kernel ]]; then
|
|||||||
opts="${opts} ${args}"
|
opts="${opts} ${args}"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
opts="${args}"
|
opts="${opts} ${args}"
|
||||||
|
remove_args="$kernelopts"
|
||||||
|
update_args "${opts}" "${remove_args}" ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
add_bls_fragment "${kernel}" "${title}" "${opts}" "${initrd}" \
|
add_bls_fragment "${kernel}" "${title}" "${opts}" "${initrd}" \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: grubby
|
Name: grubby
|
||||||
Version: 8.40
|
Version: 8.40
|
||||||
Release: 61%{?dist}
|
Release: 63%{?dist}
|
||||||
Summary: Command line tool for updating bootloader configs
|
Summary: Command line tool for updating bootloader configs
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rhinstaller/grubby
|
URL: https://github.com/rhinstaller/grubby
|
||||||
@ -131,6 +131,14 @@ current boot environment.
|
|||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 21 2023 Marta Lewandowska <mlewando@redhat.com> - 8.40-63
|
||||||
|
- remove root= when not copying default
|
||||||
|
- Resolves: #2127453
|
||||||
|
|
||||||
|
* Wed Feb 15 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-62
|
||||||
|
- Apply Marta's default args fix
|
||||||
|
- Resolves: #2127453
|
||||||
|
|
||||||
* Thu Aug 25 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-61
|
* Thu Aug 25 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-61
|
||||||
- Sync args changes with 8.40-66.fc38
|
- Sync args changes with 8.40-66.fc38
|
||||||
- Resolves: #1969362
|
- Resolves: #1969362
|
||||||
|
Loading…
Reference in New Issue
Block a user