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

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 22:30:31 UTC 2014


commit 0a8c4ecaa78cd9a8d6849a5e585a9b507ebac5d2
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:30:32 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-flup.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/python-flup.spec b/python-flup.spec
index afac485..0e17b34 100644
--- a/python-flup.spec
+++ b/python-flup.spec
@@ -2,7 +2,7 @@
 
 Name:           python-flup
 Version:        1.0.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Random assortment of WSGI servers for python
 
 Group:          Development/Libraries
@@ -13,11 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
-%if 0%{?fedora} >= 8
-BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools >= 0.6c6
-%endif
+BuildRequires: python-setuptools
 
 
 %description
@@ -50,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.2-9
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list