-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This actually seeds the lockfiles with the starting set of packages to use on f32.
- Loading branch information
Showing
2 changed files
with
378 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +0,0 @@ | ||
packages: | ||
# crypto-policies without python dependencies | ||
# We're pulling from f32 here as this is a brand new change | ||
# and the maintainer is not comfortable sending it to F31 yet. | ||
# https://src.fedoraproject.org/rpms/crypto-policies/pull-request/6#comment-35958 | ||
crypto-policies: | ||
evra: 20191128-5.gitcd267a5.fc32.noarch | ||
# New release of podman with fix for https://github.com/containers/libpod/issues/5306 | ||
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-fc91673e24 | ||
podman: | ||
evra: 2:1.8.1-2.fc31.x86_64 | ||
podman-plugins: | ||
evra: 2:1.8.1-2.fc31.x86_64 | ||
# Cherry-pick new {rpm-,}ostree to resolve issues with /read-only sysroot | ||
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-d920214f63 | ||
# https://github.com/coreos/fedora-coreos-tracker/issues/343 | ||
ostree: | ||
evra: 2020.3-2.fc31.x86_64 | ||
ostree-libs: | ||
evra: 2020.3-2.fc31.x86_64 | ||
rpm-ostree: | ||
evra: 2020.1.21.ge9011530-2.fc31.x86_64 | ||
rpm-ostree-libs: | ||
evra: 2020.1.21.ge9011530-2.fc31.x86_64 | ||
Oops, something went wrong.