Use Requires for NM integration temporarily

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-09-03 22:15:51 +02:00
parent 15946ef00c
commit 5cae81ec7e

View File

@ -51,7 +51,7 @@
Name: dnf Name: dnf
Version: 2.6.3 Version: 2.6.3
Release: 5%{?dist} Release: 6%{?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
@ -76,12 +76,12 @@ Requires: python-dbus
%else %else
%if %{with platform_python} %if %{with platform_python}
# TODO: use rich deps once it is allowed # TODO: use rich deps once it is allowed
Recommends: (platform-python-dbus if NetworkManager) Requires: (platform-python-dbus if NetworkManager)
%else %else
%if %{with python3} %if %{with python3}
Recommends: (python3-dbus if NetworkManager) Requires: (python3-dbus if NetworkManager)
%else %else
Recommends: (python2-dbus if NetworkManager) Requires: (python2-dbus if NetworkManager)
%endif %endif
%endif %endif
%endif %endif
@ -515,6 +515,9 @@ popd
%endif %endif
%changelog %changelog
* Sun Sep 03 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.6.3-6
- Use Requires for NM integration temporarily
* Sun Sep 03 2017 Igor Gnatenko <ignatenko@rehdat.com> - 2.6.3-5 * Sun Sep 03 2017 Igor Gnatenko <ignatenko@rehdat.com> - 2.6.3-5
- Use rich deps in Recommends for NM integration - Use rich deps in Recommends for NM integration