commit f290ef61031a54406cca0fc1ad8f838af988481c Author: Toshio Kuratomi toshio@fedoraproject.org Date: Mon Jun 30 16:50:10 2014 -0700
Replace python-setuptools-devel BR with python-setuptools
python-suds.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/python-suds.spec b/python-suds.spec index c448ffd..4c5b582 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -3,14 +3,14 @@ Summary: A python SOAP client Name: python-suds Version: 0.4.1 -Release: 6%{?dist} +Release: 7%{?dist} Source0: https://fedorahosted.org/releases/s/u/suds/%%7Bname%7D-%%7Bversion%7D.tar.gz License: LGPLv3+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Requires: python >= 2.4 -BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools Url: https://fedorahosted.org/suds
%description @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE
%changelog +* Mon Jun 30 2014 Toshio Kuratomi toshio@fedoraproject.org - 0.4.1-7 +- Replace python-setuptools-devel BR with python-setuptools + * Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild