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

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


commit 3cc1ae87c8cf625e1ea5556be6e96a1d6e3d77bc
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:03:51 2014 -0700

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

 pymodbus.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pymodbus.spec b/pymodbus.spec
index f7da30f..2849444 100644
--- a/pymodbus.spec
+++ b/pymodbus.spec
@@ -1,6 +1,6 @@
 Name: pymodbus
 Version: 0.9.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: A Modbus Protocol Stack in Python
 
 Group: Development/Languages
@@ -9,7 +9,7 @@ URL: http://code.google.com/p/pymodbus/
 Source0: http://pymodbus.googlecode.com/files/pymodbus-%{version}.tar.gz
 BuildArch: noarch
 BuildRequires: python2-devel
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 Requires: python-twisted >= 2.5.0
 Requires: python-nose >= 0.9.3
 Requires: pyserial >= 2.4
@@ -50,6 +50,9 @@ Server Features
 %{python_sitelib}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.0-7
+- Replace the python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list