Merge branch 'tier-1-dnf' into 'main'

tier-1: Add dnf (and for -dev, fetch from copr)

See merge request CentOS/cloud/sagano!27
This commit is contained in:
Colin Walters 2023-09-22 15:27:50 +00:00
commit 40658952ca
4 changed files with 18 additions and 0 deletions

11
copr-fedora-dnf.repo Normal file
View File

@ -0,0 +1,11 @@
[copr-fedora-dnf]
name=Copr repo for dnf-nightly owned by rpmsoftwaremanagement
baseurl=https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf-nightly/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf-nightly/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1

View File

@ -3,6 +3,7 @@
repos:
- copr-fedora-coreos-continuous
- copr-fedora-bootc
- copr-fedora-dnf
packages:
- bootc

5
tier-1/dnf.yaml Normal file
View File

@ -0,0 +1,5 @@
# A full dnf experience at build time, but right now
# `dnf update` *client side* doesn't do much helpful...
packages:
- dnf
- dnf-utils

View File

@ -2,6 +2,7 @@
include:
- manifest-tier-0.yaml
- bootable-rpm-ostree.yaml
- dnf.yaml
- firmware.yaml
- networking-tools.yaml
- system-configuration.yaml