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
|
community: https://fedoraproject.org/wiki/BaseRuntime
|
||||||
documentation: https://github.com/fedora-modularity/base-runtime
|
documentation: https://github.com/fedora-modularity/base-runtime
|
||||||
tracker: https://github.com/fedora-modularity/base-runtime/issues
|
tracker: https://github.com/fedora-modularity/base-runtime/issues
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- dnf
|
||||||
api:
|
api:
|
||||||
rpms: [
|
rpms: [
|
||||||
# dnf:
|
# dnf:
|
||||||
|
|
@ -27,8 +31,12 @@ data:
|
||||||
python3-libcomps,
|
python3-libcomps,
|
||||||
# libreport
|
# libreport
|
||||||
libreport-python3,
|
libreport-python3,
|
||||||
|
# modulemd
|
||||||
|
python3-modulemd,
|
||||||
# python-iniparse
|
# python-iniparse
|
||||||
python3-iniparse,
|
python3-iniparse,
|
||||||
|
# python-smartcols
|
||||||
|
python3-smartcols,
|
||||||
]
|
]
|
||||||
filter:
|
filter:
|
||||||
rpms: [
|
rpms: [
|
||||||
|
|
@ -49,8 +57,12 @@ data:
|
||||||
libreport-plugin-rhtsupport, libreport-plugin-systemd-journal,
|
libreport-plugin-rhtsupport, libreport-plugin-systemd-journal,
|
||||||
libreport-plugin-ureport, libreport-python, libreport-web,
|
libreport-plugin-ureport, libreport-python, libreport-web,
|
||||||
libreport-web-devel,
|
libreport-web-devel,
|
||||||
|
# modulemd
|
||||||
|
python2-modulemd,
|
||||||
# python-iniparse
|
# python-iniparse
|
||||||
python2-iniparse,
|
python2-iniparse,
|
||||||
|
# python-smartcols
|
||||||
|
python2-smartcols,
|
||||||
]
|
]
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
|
|
@ -58,10 +70,10 @@ data:
|
||||||
deltarpm:
|
deltarpm:
|
||||||
rationale: A dependency of python3-dnf
|
rationale: A dependency of python3-dnf
|
||||||
ref: 6c36433c34e1c8afac4cc56460c4ef7c561e26ab
|
ref: 6c36433c34e1c8afac4cc56460c4ef7c561e26ab
|
||||||
# dnf-2.6.0-1.git.40
|
# dnf-2.6.0-3.git.40
|
||||||
dnf:
|
dnf:
|
||||||
rationale: The DNF package manager.
|
rationale: The DNF package manager.
|
||||||
ref: de5a9d289353849edd144aeb6fab85a4937cd4e8
|
ref: d5f244230e2863cf75de78c4c88eedc79558b481
|
||||||
buildorder: 10
|
buildorder: 10
|
||||||
# libcomps-0.1.8-3.fc26
|
# libcomps-0.1.8-3.fc26
|
||||||
libcomps:
|
libcomps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue