Don't use rich deps for now
Temporary experiment is over. We will back to this at some point in future. Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
3126555d23
commit
2a0d7c531d
11
dnf.spec
11
dnf.spec
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 2.6.3
|
Version: 2.6.3
|
||||||
Release: 12%{?dist}
|
Release: 13%{?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
|
||||||
@ -84,9 +84,11 @@ Requires: python-dbus
|
|||||||
#Requires: (platform-python-dbus if NetworkManager)
|
#Requires: (platform-python-dbus if NetworkManager)
|
||||||
#else
|
#else
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
Requires: (python3-dbus if NetworkManager)
|
#Recommends: (python3-dbus if NetworkManager)
|
||||||
|
Recommends: python3-dbus
|
||||||
%else
|
%else
|
||||||
Requires: (python2-dbus if NetworkManager)
|
#Recommends: (python2-dbus if NetworkManager)
|
||||||
|
Recommends: python2-dbus
|
||||||
%endif
|
%endif
|
||||||
#endif
|
#endif
|
||||||
%endif
|
%endif
|
||||||
@ -525,6 +527,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 26 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.6.3-13
|
||||||
|
- Don't use rich deps for now
|
||||||
|
|
||||||
* Fri Sep 22 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.6.3-12
|
* Fri Sep 22 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.6.3-12
|
||||||
- Added support for command pre_configuration
|
- Added support for command pre_configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user