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

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 20:15:04 UTC 2014


commit ec650335572aaf9e3fd42db61dfcd685b9a07472
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 13:15:09 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 fuse-python.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/fuse-python.spec b/fuse-python.spec
index 477e9b3..8f6b10f 100644
--- a/fuse-python.spec
+++ b/fuse-python.spec
@@ -2,7 +2,7 @@
 
 Name:           fuse-python
 Version:        0.2.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Python bindings for FUSE - filesystem in userspace
 
 Group:          System Environment/Base
@@ -15,13 +15,7 @@ Provides:       python-fuse = %{version}-%{release}
 BuildRequires:  pkgconfig
 BuildRequires:  fuse-devel
 BuildRequires:  python-devel
-# Must have setuptools to build the package
-# The build portions moved to a subpackage in F-8
-%if 0%{?fedora} >= 8
-BuildRequires: python-setuptools-devel
-%else
 BuildRequires: python-setuptools
-%endif
 
 %description
 This package provides python bindings for FUSE. FUSE makes it possible
@@ -49,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.2.1-9
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list