fixed dnf dependency
This commit is contained in:
parent
acd4a87043
commit
c01e4d3792
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user