[pykickstart] Replace python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 21:02:35 UTC 2014


commit 08dc99a7b7f322d7596ff9b772920d6542977045
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:02:28 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 pykickstart.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pykickstart.spec b/pykickstart.spec
index 3b32dbe..e61b7cf 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -4,7 +4,7 @@ Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
 Version: 1.99.56
-Release: 1%{?dist}
+Release: 2%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -14,7 +14,7 @@ License: GPLv2
 Group: System Environment/Libraries
 BuildArch: noarch
 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
 %if ! 0%{?rhel}
 BuildRequires: transifex-client
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.99.56-2
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Thu Jun 19 2014 Chris Lumens <clumens at redhat.com> - 1.99.56-1
 - Add support for --disklabel to clearpart (#1078537) (bcl)
 - Make print statements Python 3 compatible (mkolman)


More information about the scm-commits mailing list