diff --git a/manifest-lock.overrides.aarch64.yaml b/manifest-lock.overrides.aarch64.yaml new file mode 100644 index 0000000000..1763ed5723 --- /dev/null +++ b/manifest-lock.overrides.aarch64.yaml @@ -0,0 +1,17 @@ +# This lockfile should be used to pin to a package version (`type: pin`) or to +# fast-track packages ahead of Bodhi (`type: fast-track`). Fast-tracked +# packages will automatically be removed once they are in the stable repos. +# +# IMPORTANT: YAML comments *will not* be preserved. All `pin` overrides *must* +# include a URL in the `metadata.reason` key. Overrides of type `fast-track` +# *should* include a Bodhi update URL in the `metadata.bodhi` key and a URL +# in the `metadata.reason` key, though it's acceptable to omit a `reason` +# for FCOS-specific packages (ignition, afterburn, etc.). +packages: + grub2-efi-aa64: + evra: 1:2.12-10.fc41.aarch64 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 + type: fast-track + diff --git a/manifest-lock.overrides.x86_64.yaml b/manifest-lock.overrides.x86_64.yaml new file mode 100644 index 0000000000..b97ed8ec2b --- /dev/null +++ b/manifest-lock.overrides.x86_64.yaml @@ -0,0 +1,18 @@ +# This lockfile should be used to pin to a package version (`type: pin`) or to +# fast-track packages ahead of Bodhi (`type: fast-track`). Fast-tracked +# packages will automatically be removed once they are in the stable repos. +# +# IMPORTANT: YAML comments *will not* be preserved. All `pin` overrides *must* +# include a URL in the `metadata.reason` key. Overrides of type `fast-track` +# *should* include a Bodhi update URL in the `metadata.bodhi` key and a URL +# in the `metadata.reason` key, though it's acceptable to omit a `reason` +# for FCOS-specific packages (ignition, afterburn, etc.). + +packages: + grub2-efi-x64: + evra: 1:2.12-10.fc41.x86_64 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 + type: fast-track + diff --git a/manifest-lock.overrides.yaml b/manifest-lock.overrides.yaml index c0aecba92c..21dfcc9d79 100644 --- a/manifest-lock.overrides.yaml +++ b/manifest-lock.overrides.yaml @@ -21,3 +21,33 @@ packages: bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7e02fdb76d reason: https://github.com/coreos/fedora-coreos-tracker/issues/1553 type: fast-track + grub2-common: + evra: 1:2.12-10.fc41.noarch + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 + type: fast-track + grub2-pc: + evr: 1:2.12-10.fc41 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 + type: fast-track + grub2-pc-modules: + evra: 1:2.12-10.fc41.noarch + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 + type: fast-track + grub2-tools: + evr: 1:2.12-10.fc41 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 + type: fast-track + grub2-tools-minimal: + evr: 1:2.12-10.fc41 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7d58433dd5 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1802 + type: fast-track