From 08dc99a7b7f322d7596ff9b772920d6542977045 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 30 Jun 2014 14:02:28 -0700 Subject: [PATCH] Replace python-setuptools-devel BR with python-setuptools --- pykickstart.spec | 7 +++++-- 1 file 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 - 1.99.56-2 +- Replace python-setuptools-devel BR with python-setuptools + * Thu Jun 19 2014 Chris Lumens - 1.99.56-1 - Add support for --disklabel to clearpart (#1078537) (bcl) - Make print statements Python 3 compatible (mkolman)