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
|
BuildArch: noarch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: dnf = %{dnf_version}
|
BuildRequires: dnf >= %{dnf_version}
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: pykickstart
|
BuildRequires: pykickstart
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
Requires: dnf = %{dnf_version}
|
Requires: dnf >= %{dnf_version}
|
||||||
Requires: pykickstart
|
Requires: pykickstart
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
|
|
||||||
@ -34,10 +34,10 @@ protected_packages passive plugins.
|
|||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-dnf = %{dnf_version}
|
BuildRequires: python3-dnf >= %{dnf_version}
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
Requires: python3-dnf = %{dnf_version}
|
Requires: python3-dnf >= %{dnf_version}
|
||||||
|
|
||||||
%description -n python3-dnf-plugins-core
|
%description -n python3-dnf-plugins-core
|
||||||
Core Plugins for DNF, Python 3 version. This package enhance DNF with builddep, copr,
|
Core Plugins for DNF, Python 3 version. This package enhance DNF with builddep, copr,
|
||||||
|
Loading…
Reference in New Issue
Block a user