mluscon pushed to dnf-plugins-core (epel7). "fixed dnf dependency"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 25 15:54:46 UTC 2015


From c01e4d3792b753954806c9db42382483ab515cfa Mon Sep 17 00:00:00 2001
From: Jan Silhan <jsilhan at redhat.com>
Date: Mon, 9 Feb 2015 14:03:30 +0100
Subject: fixed dnf dependency


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,
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dnf-plugins-core.git/commit/?h=epel7&id=c01e4d3792b753954806c9db42382483ab515cfa


More information about the scm-commits mailing list