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

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


commit 06a51cde5738e18ef71f72318ddf469bc0779c47
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:37:42 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-rosinstall.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-rosinstall.spec b/python-rosinstall.spec
index addde0d..d72d869 100644
--- a/python-rosinstall.spec
+++ b/python-rosinstall.spec
@@ -3,7 +3,7 @@
 %global realname rosinstall
 Name:           python-rosinstall
 Version:        0.7.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        ROS installation utilities
 
 License:        BSD
@@ -13,7 +13,7 @@ Source0:        https://github.com/vcstools/%{realname}/archive/%{commit}/%{real
 
 BuildRequires:  python-devel
 BuildRequires:  python-rosdistro
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-sphinx
 BuildRequires:  python-catkin-sphinx
 
@@ -59,6 +59,9 @@ rm -rf doc/_build/html/.buildinfo
 %{_mandir}/man1/%{realname}.1.gz
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.3-3
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list