require libmodulemd
This commit is contained in:
parent
307ea85d88
commit
4402960e50
17
dnf.spec
17
dnf.spec
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 2.7.5
|
Version: 2.7.5
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
License: GPLv2+ and GPLv2 and GPL
|
License: GPLv2+ and GPLv2 and GPL
|
||||||
@ -147,8 +147,10 @@ BuildRequires: python2-rpm >= %{rpm_version}
|
|||||||
Requires: python2-rpm >= %{rpm_version}
|
Requires: python2-rpm >= %{rpm_version}
|
||||||
Recommends: rpm-plugin-systemd-inhibit
|
Recommends: rpm-plugin-systemd-inhibit
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python2-modulemd
|
BuildRequires: libmodulemd
|
||||||
Requires: python2-modulemd
|
Requires: libmodulemd
|
||||||
|
BuildRequires: python2-gobject-base
|
||||||
|
Requires: python2-gobject-base
|
||||||
BuildRequires: python2-smartcols >= 0.3.0
|
BuildRequires: python2-smartcols >= 0.3.0
|
||||||
Requires: python2-smartcols >= 0.3.0
|
Requires: python2-smartcols >= 0.3.0
|
||||||
# dnf-langpacks package is retired in F25
|
# dnf-langpacks package is retired in F25
|
||||||
@ -185,8 +187,10 @@ Requires: rpm-plugin-systemd-inhibit
|
|||||||
%else
|
%else
|
||||||
Recommends: rpm-plugin-systemd-inhibit
|
Recommends: rpm-plugin-systemd-inhibit
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python3-modulemd
|
BuildRequires: libmodulemd
|
||||||
Requires: python3-modulemd
|
Requires: libmodulemd
|
||||||
|
BuildRequires: python3-gobject-base
|
||||||
|
Requires: python3-gobject-base
|
||||||
BuildRequires: python3-smartcols >= 0.3.0
|
BuildRequires: python3-smartcols >= 0.3.0
|
||||||
Requires: python3-smartcols >= 0.3.0
|
Requires: python3-smartcols >= 0.3.0
|
||||||
# dnf-langpacks package is retired in F25
|
# dnf-langpacks package is retired in F25
|
||||||
@ -388,6 +392,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-10
|
||||||
|
- Require libmodulemd.
|
||||||
|
|
||||||
* Mon Mar 26 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-9
|
* Mon Mar 26 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-9
|
||||||
- Rebase to dnf from dnf-2-modularity-3 release.
|
- Rebase to dnf from dnf-2-modularity-3 release.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user