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

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


commit 6f8776a570d577125930e9b12c65cd9a84ea02d7
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:28:07 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-atfork.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/python-atfork.spec b/python-atfork.spec
index fcc52d8..2123289 100644
--- a/python-atfork.spec
+++ b/python-atfork.spec
@@ -2,7 +2,7 @@
 
 Name:           python-atfork
 Version:        0.1.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Provides an API to register callbacks when forking
 Group:          Development/Languages
 License:        ASL 2.0
@@ -12,11 +12,7 @@ Source0:        http://python-atfork.googlecode.com/files/atfork-%{version}.zip
 Patch0:         0001-Resolve-rpmlint-non-executable-script-error.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
-BuildRequires:  python-setuptools-devel
-%else
 BuildRequires:  python-setuptools
-%endif
 
 %description
 Atfork provides a pthread_atfork() work-a-like API for Python 2.4, 2.5 and 2.6
@@ -65,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1.2-7
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list