[dnf-plugins-core] fixed dnf dependency

Jan Silhan jsilhan at fedoraproject.org
Mon Feb 9 13:03:39 UTC 2015


commit c01e4d3792b753954806c9db42382483ab515cfa
Author: Jan Silhan <jsilhan at redhat.com>
Date:   Mon Feb 9 14:03:30 2015 +0100

    fixed dnf dependency

 dnf-plugins-core.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec
index 6fba0c5..6e40e07 100644
--- a/dnf-plugins-core.spec
+++ b/dnf-plugins-core.spec
@@ -14,13 +14,13 @@ Source0:	dnf-plugins-core-%{gitrev}.tar.xz
 
 BuildArch:	noarch
 BuildRequires:	cmake
-BuildRequires:	dnf = %{dnf_version}
+BuildRequires:	dnf >= %{dnf_version}
 BuildRequires:	gettext
 BuildRequires:	pykickstart
 BuildRequires:	python-nose
 BuildRequires:	python-sphinx
 BuildRequires:	python2-devel
-Requires:	dnf = %{dnf_version}
+Requires:	dnf >= %{dnf_version}
 Requires:	pykickstart
 Requires:	python-requests
 
@@ -34,10 +34,10 @@ protected_packages passive plugins.
 Summary:	Core Plugins for DNF
 Group:		System Environment/Base
 BuildRequires:	python3-devel
-BuildRequires:	python3-dnf = %{dnf_version}
+BuildRequires:	python3-dnf >= %{dnf_version}
 BuildRequires:	python3-nose
 BuildRequires:	python3-sphinx
-Requires:	python3-dnf = %{dnf_version}
+Requires:	python3-dnf >= %{dnf_version}
 
 %description -n python3-dnf-plugins-core
 Core Plugins for DNF, Python 3 version. This package enhance DNF with builddep, copr,


More information about the scm-commits mailing list