diff --git a/dnf.spec b/dnf.spec index 9a52549..c25d5b6 100644 --- a/dnf.spec +++ b/dnf.spec @@ -51,7 +51,7 @@ Name: dnf Version: 2.6.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPLv2+ and GPLv2 and GPL @@ -84,9 +84,11 @@ Requires: python-dbus #Requires: (platform-python-dbus if NetworkManager) #else %if %{with python3} -Requires: (python3-dbus if NetworkManager) +#Recommends: (python3-dbus if NetworkManager) +Recommends: python3-dbus %else -Requires: (python2-dbus if NetworkManager) +#Recommends: (python2-dbus if NetworkManager) +Recommends: python2-dbus %endif #endif %endif @@ -525,6 +527,9 @@ popd %endif %changelog +* Tue Sep 26 2017 Igor Gnatenko - 2.6.3-13 +- Don't use rich deps for now + * Fri Sep 22 2017 Jaroslav Mracek - 2.6.3-12 - Added support for command pre_configuration