mirror of
https://github.com/coreos/fedora-coreos-config.git
synced 2026-02-05 09:45:30 +01:00
This will help us unblock CI from passing. See https://github.com/coreos/fedora-coreos-config/pull/3976#issuecomment-3787091131
36 lines
1.6 KiB
YAML
36 lines
1.6 KiB
YAML
# 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:
|
|
iptables-libs:
|
|
evr: 1.8.11-13.fc44
|
|
metadata:
|
|
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2025-4499166f3b
|
|
reason: https://github.com/coreos/fedora-coreos-config/pull/3976#issuecomment-3787091131
|
|
type: fast-track
|
|
iptables-nft:
|
|
evr: 1.8.11-13.fc44
|
|
metadata:
|
|
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2025-4499166f3b
|
|
reason: https://github.com/coreos/fedora-coreos-config/pull/3976#issuecomment-3787091131
|
|
type: fast-track
|
|
iptables-services:
|
|
evra: 1.8.11-13.fc44.noarch
|
|
metadata:
|
|
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2025-4499166f3b
|
|
reason: https://github.com/coreos/fedora-coreos-config/pull/3976#issuecomment-3787091131
|
|
type: fast-track
|
|
iptables-utils:
|
|
evr: 1.8.11-13.fc44
|
|
metadata:
|
|
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2025-4499166f3b
|
|
reason: https://github.com/coreos/fedora-coreos-config/pull/3976#issuecomment-3787091131
|
|
type: fast-track
|