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

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


commit 463ce01f9698a1d5f09da76500c074eda12bfb32
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:42:19 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-confparser.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/python-confparser.spec b/python-confparser.spec
index 4e5e6c1..39073d4 100644
--- a/python-confparser.spec
+++ b/python-confparser.spec
@@ -2,7 +2,7 @@
 
 Name:           python-confparser
 Version:        1.0.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        A KISS python module to parse *nix config files
 
 Group:          Development/Libraries
@@ -12,11 +12,7 @@ Source0:        https://github.com/dougsland/python-confparser/raw/master/%{name
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-%if (0%{?fedora} > 12 || 0%{?rhel} > 5)
-BuildRequires: python-devel, python-setuptools-devel
-%else
 BuildRequires: python-devel, python-setuptools
-%endif
 
 %description
 Parser for *nix config files
@@ -44,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.1-11
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list