diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/dead.package b/dead.package deleted file mode 100644 index cfb6fca..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Unsupported diff --git a/dnf.yaml b/dnf.yaml new file mode 100644 index 0000000..c215f08 --- /dev/null +++ b/dnf.yaml @@ -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 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29