Compare commits

..

17 commits

Author SHA1 Message Date
Karsten Hopp
479bb0550b put only dnf in rpm list, let the tools figure out the deps 2017-07-18 11:07:03 +02:00
Karsten Hopp
44e62508b5 add default profile 2017-07-18 11:01:30 +02:00
Igor Gnatenko
59a6f6669c this should fix it
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-07-17 20:34:09 +02:00
Igor Gnatenko
b2ab6afab4 It compiles! Ship it!
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-07-17 18:43:07 +02:00
Karsten Hopp
d23ae4c283 Revert "use latest commit in boltron branch"
This reverts commit 33241fa83b.
2017-07-17 15:39:08 +02:00
Karsten Hopp
33241fa83b use latest commit in boltron branch 2017-07-17 15:30:16 +02:00
Igor Gnatenko
87f2e4ac97 fixes in grammar parser
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-07-17 11:00:02 +02:00
Petr Šabata
a1981d4403 Bumping for the new libdnf
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-07-13 13:31:31 +02:00
Karsten Hopp
0c33b10bcc don't filter python-smartcols-doc 2017-07-13 12:08:24 +02:00
Karsten Hopp
2935f339ab add filters for modulemd and smartcols, add API 2017-07-13 12:04:14 +02:00
Karsten Hopp
faef685ec8 Merge branch 'master' into f26 2017-07-13 11:46:14 +02:00
Petr Šabata
70a99271d3 Also filter out libreport-web*
This was omitted by mistake.

Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-06-13 13:53:26 +02:00
Petr Šabata
e34ca54af1 Package libreport-python3
Anaconda needs this.  Having it here prevents a circular dependency
between dnf and shared-userspace.

Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-06-12 17:12:28 +02:00
Petr Šabata
ad5104248c libreport is provided by shared-userspace now
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-06-06 10:40:20 +02:00
Petr Šabata
b3490890ee Bump to work around MBS issues.
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-05-16 11:12:22 +02:00
Petr Šabata
c2d020b139 Fix a typo and filter libreport-devel out properly
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-05-16 09:46:23 +02:00
Petr Šabata
5deb6c7c34 Point to f26 streams, duh
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-05-12 15:13:47 +02:00
4 changed files with 95 additions and 1 deletions

0
.gitignore vendored Normal file
View file

View file

@ -1 +0,0 @@
Unsupported

95
dnf.yaml Normal file
View 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
View file