Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
479bb0550b | ||
|
|
44e62508b5 | ||
|
|
59a6f6669c | ||
|
|
b2ab6afab4 | ||
|
|
d23ae4c283 | ||
|
|
33241fa83b | ||
|
|
87f2e4ac97 | ||
|
|
a1981d4403 | ||
|
|
0c33b10bcc | ||
|
|
2935f339ab | ||
|
|
faef685ec8 | ||
|
|
70a99271d3 | ||
|
|
e34ca54af1 | ||
|
|
ad5104248c | ||
|
|
b3490890ee | ||
|
|
c2d020b139 | ||
|
|
5deb6c7c34 |
4 changed files with 95 additions and 1 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
|
|
@ -1 +0,0 @@
|
|||
Unsupported
|
||||
95
dnf.yaml
Normal file
95
dnf.yaml
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: Package manager forked from Yum, using libsolv as a dependency solver
|
||||
description: This module contains the full DNF stack.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: f26
|
||||
requires:
|
||||
base-runtime: f26
|
||||
# provides libreport bits
|
||||
shared-userspace: f26
|
||||
references:
|
||||
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:
|
||||
dnf, dnf-automatic, dnf-conf, dnf-yum, python3-dnf,
|
||||
# deltarpm
|
||||
deltaiso, deltarpm, python3-deltarpm,
|
||||
# libcomps
|
||||
libcomps, libcomps-devel, libcomps-doc, python-libcomps-doc,
|
||||
python3-libcomps,
|
||||
# libreport
|
||||
libreport-python3,
|
||||
# modulemd
|
||||
python3-modulemd,
|
||||
# python-iniparse
|
||||
python3-iniparse,
|
||||
# python-smartcols
|
||||
python3-smartcols,
|
||||
]
|
||||
filter:
|
||||
rpms: [
|
||||
# dnf
|
||||
python2-dnf,
|
||||
# deltarpm
|
||||
drpmsync, python2-deltarpm,
|
||||
# libcomps
|
||||
python2-libcomps,
|
||||
# libreport
|
||||
libreport, libreport, libreport-anaconda, libreport-centos,
|
||||
libreport-cli, libreport-compat, libreport-debuginfo,
|
||||
libreport-devel, libreport-fedora, libreport-filesystem,
|
||||
libreport-gtk, libreport-gtk-devel, libreport-newt,
|
||||
libreport-plugin-bugzilla, libreport-plugin-kerneloops,
|
||||
libreport-plugin-logger, libreport-plugin-mailx,
|
||||
libreport-plugin-mantisbt, libreport-plugin-reportuploader,
|
||||
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:
|
||||
# deltarpm-3.6-19.fc26
|
||||
deltarpm:
|
||||
rationale: A dependency of python3-dnf
|
||||
ref: 6c36433c34e1c8afac4cc56460c4ef7c561e26ab
|
||||
# dnf-2.6.0-3.git.40
|
||||
dnf:
|
||||
rationale: The DNF package manager.
|
||||
ref: d5f244230e2863cf75de78c4c88eedc79558b481
|
||||
buildorder: 10
|
||||
# libcomps-0.1.8-3.fc26
|
||||
libcomps:
|
||||
rationale: A dependency of python3-dnf
|
||||
ref: b6ea96bdc5f8d6cacb52d5e4af71330f5b163d2d
|
||||
# libreport-2.9.1-2.fc26
|
||||
libreport:
|
||||
rationale: Python bindings required by Anaconda.
|
||||
ref: ea83325b231f64c575ea104bb698e9d43b80469a
|
||||
# python-iniparse-0.4-24.fc26
|
||||
python-iniparse:
|
||||
rationale: A dependency of python3-dnf
|
||||
ref: 711272419db83ad02f66c3bb4a38e952d08777c2
|
||||
modulemd:
|
||||
rationale: A dependency of dnf-2.6
|
||||
ref: 1ece9647232c1f419c1882c1762971653e56e3be
|
||||
python-smartcols:
|
||||
rationale: A dependency of dnf-2.6
|
||||
ref: 91d054e8cb03a0bb81500ab978b3f74ccc0aec78
|
||||
0
sources
Normal file
0
sources
Normal file
Loading…
Add table
Add a link
Reference in a new issue