Skip to content

Commit

Permalink
Add overrides for multi-arch
Browse files Browse the repository at this point in the history
Let's start maintaining overrides for all arches in prep for promoting
testing-devel to f32 (which already has multi-arc overrides -- see
coreos#374).

Stay tuned for a more generic `manifest-lock.overrides.yaml` file to
help dedupe this stuff.
  • Loading branch information
jlebon committed May 22, 2020
1 parent 29249bf commit 1fc2090
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 0 deletions.
56 changes: 56 additions & 0 deletions manifest-lock.overrides.aarch64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
packages:
# Fast-track to neuter sysroot.readonly:
# https://github.com/coreos/fedora-coreos-tracker/issues/488
# https://github.com/ostreedev/ostree/pull/2108
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-d4b7192f11
ostree:
evra: 2020.3-4.fc32.aarch64
ostree-libs:
evra: 2020.3-4.fc32.aarch64
# Fast-track new release for:
# https://github.com/coreos/fedora-coreos-tracker/issues/481
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-e5dac04be2
rpm-ostree:
evra: 2020.2-3.fc32.aarch64
rpm-ostree-libs:
evra: 2020.2-3.fc32.aarch64
# Fast track new Ignition with spec 3.1.0
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-5c09bf50d4
ignition:
evra: 2.3.0-1.gitee616d5.fc32.aarch64
# Fast-track zincati but also we want it here because there's no zincati in
# the f32 repos right now
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-722047b7e5
zincati:
evra: 0.0.10-2.fc32.aarch64
# For https://src.fedoraproject.org/rpms/skopeo/pull-request/6
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-6f7dac2f3d
skopeo:
evra: 1:0.2.0-1.fc32.aarch64
containers-common:
evra: 1:0.2.0-1.fc32.aarch64
# Fast track new coreos-installer to have latest released changes
# present in upcoming FCOS release.
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-abdcced19a
coreos-installer:
evra: 0.2.0-1.fc32.aarch64
coreos-installer-systemd:
evra: 0.2.0-1.fc32.aarch64
# Fast track new afterburn to have latest released changes, including
# vmware support, present in upcoming FCOS release.
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-abdcced19a
afterburn:
evra: 4.3.3-1.fc32.aarch64
afterburn-dracut:
evra: 4.3.3-1.fc32.aarch64
# Bug fix for podman (includes conmon and containernetworking-plugins)
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-fb351fcdbb
# https://github.com/coreos/fedora-coreos-tracker/issues/479
podman:
evra: 2:1.9.2-1.fc32.aarch64
podman-plugins:
evra: 2:1.9.2-1.fc32.aarch64
conmon:
evra: 2:2.0.16-2.fc32.aarch64
containernetworking-plugins:
evra: 0.8.6-1.fc32.aarch64
56 changes: 56 additions & 0 deletions manifest-lock.overrides.ppc64le.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
packages:
# Fast-track to neuter sysroot.readonly:
# https://github.com/coreos/fedora-coreos-tracker/issues/488
# https://github.com/ostreedev/ostree/pull/2108
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-d4b7192f11
ostree:
evra: 2020.3-4.fc32.ppc64le
ostree-libs:
evra: 2020.3-4.fc32.ppc64le
# Fast-track new release for:
# https://github.com/coreos/fedora-coreos-tracker/issues/481
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-e5dac04be2
rpm-ostree:
evra: 2020.2-3.fc32.ppc64le
rpm-ostree-libs:
evra: 2020.2-3.fc32.ppc64le
# Fast track new Ignition with spec 3.1.0
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-5c09bf50d4
ignition:
evra: 2.3.0-1.gitee616d5.fc32.ppc64le
# Fast-track zincati but also we want it here because there's no zincati in
# the f32 repos right now
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-722047b7e5
zincati:
evra: 0.0.10-2.fc32.ppc64le
# For https://src.fedoraproject.org/rpms/skopeo/pull-request/6
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-6f7dac2f3d
skopeo:
evra: 1:0.2.0-1.fc32.ppc64le
containers-common:
evra: 1:0.2.0-1.fc32.ppc64le
# Fast track new coreos-installer to have latest released changes
# present in upcoming FCOS release.
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-abdcced19a
coreos-installer:
evra: 0.2.0-1.fc32.ppc64le
coreos-installer-systemd:
evra: 0.2.0-1.fc32.ppc64le
# Fast track new afterburn to have latest released changes, including
# vmware support, present in upcoming FCOS release.
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-abdcced19a
afterburn:
evra: 4.3.3-1.fc32.ppc64le
afterburn-dracut:
evra: 4.3.3-1.fc32.ppc64le
# Bug fix for podman (includes conmon and containernetworking-plugins)
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-fb351fcdbb
# https://github.com/coreos/fedora-coreos-tracker/issues/479
podman:
evra: 2:1.9.2-1.fc32.ppc64le
podman-plugins:
evra: 2:1.9.2-1.fc32.ppc64le
conmon:
evra: 2:2.0.16-2.fc32.ppc64le
containernetworking-plugins:
evra: 0.8.6-1.fc32.ppc64le
56 changes: 56 additions & 0 deletions manifest-lock.overrides.s390x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
packages:
# Fast-track to neuter sysroot.readonly:
# https://github.com/coreos/fedora-coreos-tracker/issues/488
# https://github.com/ostreedev/ostree/pull/2108
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-d4b7192f11
ostree:
evra: 2020.3-4.fc32.s390x
ostree-libs:
evra: 2020.3-4.fc32.s390x
# Fast-track new release for:
# https://github.com/coreos/fedora-coreos-tracker/issues/481
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-e5dac04be2
rpm-ostree:
evra: 2020.2-3.fc32.s390x
rpm-ostree-libs:
evra: 2020.2-3.fc32.s390x
# Fast track new Ignition with spec 3.1.0
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-5c09bf50d4
ignition:
evra: 2.3.0-1.gitee616d5.fc32.s390x
# Fast-track zincati but also we want it here because there's no zincati in
# the f32 repos right now
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-722047b7e5
zincati:
evra: 0.0.10-2.fc32.s390x
# For https://src.fedoraproject.org/rpms/skopeo/pull-request/6
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-6f7dac2f3d
skopeo:
evra: 1:0.2.0-1.fc32.s390x
containers-common:
evra: 1:0.2.0-1.fc32.s390x
# Fast track new coreos-installer to have latest released changes
# present in upcoming FCOS release.
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-abdcced19a
coreos-installer:
evra: 0.2.0-1.fc32.s390x
coreos-installer-systemd:
evra: 0.2.0-1.fc32.s390x
# Fast track new afterburn to have latest released changes, including
# vmware support, present in upcoming FCOS release.
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-abdcced19a
afterburn:
evra: 4.3.3-1.fc32.s390x
afterburn-dracut:
evra: 4.3.3-1.fc32.s390x
# Bug fix for podman (includes conmon and containernetworking-plugins)
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-fb351fcdbb
# https://github.com/coreos/fedora-coreos-tracker/issues/479
podman:
evra: 2:1.9.2-1.fc32.s390x
podman-plugins:
evra: 2:1.9.2-1.fc32.s390x
conmon:
evra: 2:2.0.16-2.fc32.s390x
containernetworking-plugins:
evra: 0.8.6-1.fc32.s390x

0 comments on commit 1fc2090

Please sign in to comment.