Replace python-setuptools-devel BR with python-setuptools
This commit is contained in:
parent
cc3c1ffaf9
commit
08dc99a7b7
@ -4,7 +4,7 @@ Summary: A python library for manipulating kickstart files
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.99.56
|
Version: 1.99.56
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
# within this srpm.
|
# within this srpm.
|
||||||
@ -14,7 +14,7 @@ License: GPLv2
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: python-devel, gettext, python-setuptools-devel
|
BuildRequires: python-devel, gettext, python-setuptools
|
||||||
BuildRequires: python-urlgrabber
|
BuildRequires: python-urlgrabber
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
BuildRequires: transifex-client
|
BuildRequires: transifex-client
|
||||||
@ -54,6 +54,9 @@ make test
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 1.99.56-2
|
||||||
|
- Replace python-setuptools-devel BR with python-setuptools
|
||||||
|
|
||||||
* Thu Jun 19 2014 Chris Lumens <clumens@redhat.com> - 1.99.56-1
|
* Thu Jun 19 2014 Chris Lumens <clumens@redhat.com> - 1.99.56-1
|
||||||
- Add support for --disklabel to clearpart (#1078537) (bcl)
|
- Add support for --disklabel to clearpart (#1078537) (bcl)
|
||||||
- Make print statements Python 3 compatible (mkolman)
|
- Make print statements Python 3 compatible (mkolman)
|
||||||
|
Loading…
Reference in New Issue
Block a user