[python-altgraph] Replace the python-setuptools-devel BR with python-setuptools

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


commit 5f996dccbeb77659bd56f46a493ee78588e95e83
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:25:26 2014 -0700

    Replace the python-setuptools-devel BR with python-setuptools

 python-altgraph.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-altgraph.spec b/python-altgraph.spec
index 3612472..c6bd31f 100644
--- a/python-altgraph.spec
+++ b/python-altgraph.spec
@@ -2,7 +2,7 @@
 
 Name:           python-%{srcname}
 Version:        0.10.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python graph (network) package
 
 Group:          Applications/Engineering
@@ -13,7 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 
 Requires:       pydot
 
@@ -39,6 +39,9 @@ python setup.py install -O1 --skip-build --root=%{buildroot}
 %{python_sitelib}/%{srcname}*.egg-info
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.10.1-5
+- Replace the python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list