From c0861f89010209bb353b908f27d6ab822ec6ab64 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 5 Jan 2024 10:34:38 -0500 Subject: [PATCH] overrides: fast-track ostree-2023.8-3.fc38 Contains the fix for the corner case issue described in https://github.com/coreos/fedora-coreos-tracker/issues/1637 --- manifest-lock.overrides.aarch64.yaml | 23 ++++++++++++++++++++++ manifest-lock.overrides.ppc64le.yaml | 29 ++++++++++++++++++++++++++++ manifest-lock.overrides.s390x.yaml | 23 ++++++++++++++++++++++ manifest-lock.overrides.x86_64.yaml | 23 ++++++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 manifest-lock.overrides.aarch64.yaml create mode 100644 manifest-lock.overrides.ppc64le.yaml create mode 100644 manifest-lock.overrides.s390x.yaml create mode 100644 manifest-lock.overrides.x86_64.yaml diff --git a/manifest-lock.overrides.aarch64.yaml b/manifest-lock.overrides.aarch64.yaml new file mode 100644 index 0000000000..d42f3c63e5 --- /dev/null +++ b/manifest-lock.overrides.aarch64.yaml @@ -0,0 +1,23 @@ +# 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: + ostree: + evra: 2023.8-3.fc38.aarch64 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track + ostree-libs: + evra: 2023.8-3.fc38.aarch64 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track diff --git a/manifest-lock.overrides.ppc64le.yaml b/manifest-lock.overrides.ppc64le.yaml new file mode 100644 index 0000000000..24d634e238 --- /dev/null +++ b/manifest-lock.overrides.ppc64le.yaml @@ -0,0 +1,29 @@ +# 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: + ostree: + evra: 2023.8-3.fc38.ppc64le + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track + ostree-libs: + evra: 2023.8-3.fc38.ppc64le + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track + ostree-grub2: + evra: 2023.8-3.fc38.ppc64le + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track diff --git a/manifest-lock.overrides.s390x.yaml b/manifest-lock.overrides.s390x.yaml new file mode 100644 index 0000000000..cf674c7395 --- /dev/null +++ b/manifest-lock.overrides.s390x.yaml @@ -0,0 +1,23 @@ +# 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: + ostree: + evra: 2023.8-3.fc38.s390x + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track + ostree-libs: + evra: 2023.8-3.fc38.s390x + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + 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..ca82992df8 --- /dev/null +++ b/manifest-lock.overrides.x86_64.yaml @@ -0,0 +1,23 @@ +# 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: + ostree: + evra: 2023.8-3.fc38.x86_64 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track + ostree-libs: + evra: 2023.8-3.fc38.x86_64 + metadata: + bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-450e7cc057 + reason: https://github.com/coreos/fedora-coreos-tracker/issues/1637 + type: fast-track