Skip to content

Commit

Permalink
spec: adapt to pykickstart f23 package split
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Silhan committed Mar 6, 2015
1 parent 1826984 commit f0f0cef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package/dnf-plugins-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,20 @@ protected_packages passive plugins.
Summary: Core Plugins for DNF
Group: System Environment/Base
BuildRequires: python-dnf >= %{dnf_version}
BuildRequires: pykickstart
%if 0%{?fedora} >= 23
BuildRequires: python-kickstart
%else
BuildRequires: pykickstart
%endif
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: python-dnf >= %{dnf_version}
%if 0%{?fedora} >= 23
Requires: python-kickstart
%else
Requires: pykickstart
%endif
Requires: python-requests
Obsoletes: dnf-plugins-core <= 0.1.5
%description -n python-dnf-plugins-core
Expand Down

0 comments on commit f0f0cef

Please sign in to comment.