-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest-lock.overrides.yaml
39 lines (38 loc) · 1.55 KB
/
manifest-lock.overrides.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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:
afterburn:
evr: 5.6.0-1.fc40
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-f2e6b90acd
type: fast-track
afterburn-dracut:
evr: 5.6.0-1.fc40
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-f2e6b90acd
type: fast-track
openssh:
evr: 9.6p1-1.fc40.4
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-dc89a2e1bf
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1754
type: fast-track
openssh-clients:
evr: 9.6p1-1.fc40.4
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-dc89a2e1bf
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1754
type: fast-track
openssh-server:
evr: 9.6p1-1.fc40.4
metadata:
bodhi: https://bodhi.fedoraproject.org/updates/FEDORA-2024-dc89a2e1bf
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1754
type: fast-track