Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
479bb0550b | ||
|
|
44e62508b5 | ||
|
|
59a6f6669c | ||
|
|
b2ab6afab4 | ||
|
|
d23ae4c283 | ||
|
|
33241fa83b | ||
|
|
87f2e4ac97 | ||
|
|
a1981d4403 | ||
|
|
0c33b10bcc | ||
|
|
2935f339ab | ||
|
|
faef685ec8 | ||
|
|
70a99271d3 | ||
|
|
e34ca54af1 | ||
|
|
ad5104248c | ||
|
|
b3490890ee | ||
|
|
c2d020b139 | ||
|
|
5deb6c7c34 |
1 changed files with 14 additions and 2 deletions
16
dnf.yaml
16
dnf.yaml
|
|
@ -16,6 +16,10 @@ data:
|
|||
community: https://fedoraproject.org/wiki/BaseRuntime
|
||||
documentation: https://github.com/fedora-modularity/base-runtime
|
||||
tracker: https://github.com/fedora-modularity/base-runtime/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- dnf
|
||||
api:
|
||||
rpms: [
|
||||
# dnf:
|
||||
|
|
@ -27,8 +31,12 @@ data:
|
|||
python3-libcomps,
|
||||
# libreport
|
||||
libreport-python3,
|
||||
# modulemd
|
||||
python3-modulemd,
|
||||
# python-iniparse
|
||||
python3-iniparse,
|
||||
# python-smartcols
|
||||
python3-smartcols,
|
||||
]
|
||||
filter:
|
||||
rpms: [
|
||||
|
|
@ -49,8 +57,12 @@ data:
|
|||
libreport-plugin-rhtsupport, libreport-plugin-systemd-journal,
|
||||
libreport-plugin-ureport, libreport-python, libreport-web,
|
||||
libreport-web-devel,
|
||||
# modulemd
|
||||
python2-modulemd,
|
||||
# python-iniparse
|
||||
python2-iniparse,
|
||||
# python-smartcols
|
||||
python2-smartcols,
|
||||
]
|
||||
components:
|
||||
rpms:
|
||||
|
|
@ -58,10 +70,10 @@ data:
|
|||
deltarpm:
|
||||
rationale: A dependency of python3-dnf
|
||||
ref: 6c36433c34e1c8afac4cc56460c4ef7c561e26ab
|
||||
# dnf-2.6.0-1.git.40
|
||||
# dnf-2.6.0-3.git.40
|
||||
dnf:
|
||||
rationale: The DNF package manager.
|
||||
ref: de5a9d289353849edd144aeb6fab85a4937cd4e8
|
||||
ref: d5f244230e2863cf75de78c4c88eedc79558b481
|
||||
buildorder: 10
|
||||
# libcomps-0.1.8-3.fc26
|
||||
libcomps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue