[python-rpmfluff] Replace pyhton-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 23:38:59 UTC 2014


commit fdb75105083f20ca5bfcb99891c8c73a2980bf3d
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:39:00 2014 -0700

    Replace pyhton-setuptools-devel BR with python-setuptools

 python-rpmfluff.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec
index c266dd1..5688fa0 100644
--- a/python-rpmfluff.spec
+++ b/python-rpmfluff.spec
@@ -2,7 +2,7 @@
 
 Name:          python-rpmfluff
 Version:       0.3
-Release:       12%{?dist}
+Release:       13%{?dist}
 Summary:       Lightweight way of building RPMs, and sabotaging them
 License:       GPLv2
 Group:         Development/Tools
@@ -12,8 +12,7 @@ BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:     noarch
 BuildRequires: python
 BuildRequires: python-devel
-BuildRequires:  python-setuptools-devel
-#BuildRequires:  python-setuptools   # For Fedora < 8
+BuildRequires:  python-setuptools
 Requires:      python
 
 
@@ -52,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3-13
+- Replace pyhton-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list