-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[next-devel] overrides: fast-track grub packages: 2.12-10.fc41 #3190
Conversation
ravanelli
commented
Oct 3, 2024
•
edited
Loading
edited
- VMWare OVA Fails To Boot due grub update See: Latest next VMWare OVA Fails To Boot fedora-coreos-tracker#1802
@dustymabe sorry, it has been a while I do not pin a package in next-devel 😁, I don't recall if I can open a PR directly to next-devel |
If we do merge this we'll need to account for some grub packages being different for different architectures. I'm not sure we should merge it or not, though. Since it's only in |
1f9f405
to
fb97555
Compare
I think there are a few ppc64le grub specific packages too aren't there? |
Ahh, Indeed! fixed! |
manifest-lock.overrides.ppc64le.yaml
Outdated
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 | ||
type: fast-track | ||
grub2-ppc64le-modules: | ||
evra: 1:2.12-10.fc41.ppc64le |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one is noarch
for some reason:
evra: 1:2.12-10.fc41.ppc64le | |
evra: 1:2.12-10.fc41.noarch |
$ grep -A 1 grub2- manifest-lock.ppc64le.json
"grub2-common": {
"evra": "1:2.12-9.fc41.noarch",
--
"grub2-ppc64le": {
"evra": "1:2.12-9.fc41.ppc64le",
--
"grub2-ppc64le-modules": {
"evra": "1:2.12-9.fc41.noarch",
--
"grub2-tools": {
"evra": "1:2.12-9.fc41.ppc64le",
--
"grub2-tools-minimal": {
"evra": "1:2.12-9.fc41.ppc64le",
- VMWare OVA Fails To Boot due grub serial bug; - Fast track packages with the fix. See: coreos/fedora-coreos-tracker#1802 Signed-off-by: Renata Ravanelli <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM