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

rmattes rmattes at fedoraproject.org
Tue Dec 30 18:18:00 UTC 2014


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

    Replace python-setuptools-devel BR with python-setuptools
    
    Conflicts:
    	python-rosinstall.spec

 python-rosinstall.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-rosinstall.spec b/python-rosinstall.spec
index 06a58b0..a737d35 100644
--- a/python-rosinstall.spec
+++ b/python-rosinstall.spec
@@ -3,9 +3,8 @@
 %global realname rosinstall
 Name:           python-rosinstall
 Version:        0.7.3
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        ROS installation utilities
-
 License:        BSD
 URL:            http://www.ros.org/wiki/rosinstall
 BuildArch:      noarch
@@ -13,7 +12,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 +58,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 Feb 08 2014 Rich Mattes <richmattes at gmail.com> - 0.7.3-1
 - Update to release 0.7.3
 


More information about the scm-commits mailing list