From 83055b8ed5c8e41122c75a86e53a836a4a5e03f2 Mon Sep 17 00:00:00 2001 From: Jason Rodriguez Date: Fri, 31 Jul 2026 15:47:50 -0400 Subject: [PATCH 1/2] el8 grub2: Release bump to .ciq.0.1.5 -- .0.1.4 shipped without the fix .0.1.4's changelog entry claims the with_legacy_modules fix (grub2-pc-modules on x86_64), but that fix was edited into the spec in place under the same release number after .0.1.4 had already been published. Real repos and our own reference build both confirm grub2-pc-modules is missing from .0.1.4. Republishing under the same NVR isn't safe, so this is a release bump only -- no other changes; the with_legacy_modules fix itself was already correct. Co-Authored-By: Claude Sonnet 5 --- SPECS/grub2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SPECS/grub2.spec b/SPECS/grub2.spec index 0f2b4d4..dad5fb7 100644 --- a/SPECS/grub2.spec +++ b/SPECS/grub2.spec @@ -7,7 +7,7 @@ Name: grub2 Epoch: 5 Version: 2.02 -Release: 167%{?dist}.ciq.0.1.4 +Release: 167%{?dist}.ciq.0.1.5 Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ @@ -543,6 +543,12 @@ fi %endif %changelog +* Fri Jul 31 2026 Jason Rodriguez - 2.02-167.ciq.0.1.5 +- Release bump only: .0.1.4 was already published without the with_legacy_modules + fix below despite the changelog entry claiming it (spec was edited in place + post-publish instead of getting a new release). Republishing under the same + NVR isn't safe, so this rebuild carries no other changes. + * Fri Jun 26 2026 Jason Rodriguez - 2.02-167.ciq.0.1.4 - Epoch 1 -> 5 so CIQ grub2 outranks Rocky's on a plain dnf upgrade (pairs with shim Epoch 5 + kernel Requires ciq-shim). - Enable with_legacy_modules on x86_64 so grub2-pc-modules is built; without it From ba42af78e44ab10605f99ce014ab1ea174a0a27b Mon Sep 17 00:00:00 2001 From: Jason Rodriguez Date: Fri, 31 Jul 2026 16:24:49 -0400 Subject: [PATCH 2/2] el8 grub2: Release format 167.1.5%{?dist} -- dist as suffix, drop .ciq Per releng: %{?dist} belongs at the end of Release (standard convention, most tooling assumes dist is the last component), and the .ciq marker is redundant. Same NVR content/fix as the previous commit, just reformatted: grub2-2.02-167.1.5.el8 instead of grub2-2.02-167.el8.ciq.0.1.5. Co-Authored-By: Claude Sonnet 5 --- SPECS/grub2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/grub2.spec b/SPECS/grub2.spec index dad5fb7..2ef66ac 100644 --- a/SPECS/grub2.spec +++ b/SPECS/grub2.spec @@ -7,7 +7,7 @@ Name: grub2 Epoch: 5 Version: 2.02 -Release: 167%{?dist}.ciq.0.1.5 +Release: 167.1.5%{?dist} Summary: Bootloader with support for Linux, Multiboot and more Group: System Environment/Base License: GPLv3+ @@ -543,7 +543,7 @@ fi %endif %changelog -* Fri Jul 31 2026 Jason Rodriguez - 2.02-167.ciq.0.1.5 +* Fri Jul 31 2026 Jason Rodriguez - 2.02-167.1.5 - Release bump only: .0.1.4 was already published without the with_legacy_modules fix below despite the changelog entry claiming it (spec was edited in place post-publish instead of getting a new release). Republishing under the same