From d3a39f6e5abc9b45256a3e937584366d0f2f41a8 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 30 Jun 2014 17:07:43 -0700 Subject: [PATCH] Replace python-setuptools-devel BR with python-setuptools --- pywbem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pywbem.spec b/pywbem.spec index fa4633a..46e5aed 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -4,7 +4,7 @@ Name: pywbem Version: 0.7.0 -Release: 26.%{revdate}svn%{svnrev}%{?dist} +Release: 27.%{revdate}svn%{svnrev}%{?dist} Summary: Python WBEM Client and Provider Interface Group: Development/Libraries License: LGPLv2 @@ -14,7 +14,7 @@ URL: http://pywbem.sourceforge.net # svn export -r 613 svn://svn.code.sf.net/p/pywbem/code/pywbem/trunk pywbem-20130128 # tar -cJvf pywbem-20130128.tar.xz pywbem-20130128 Source0: %{name}-%{revdate}.tar.xz -BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools BuildRequires: m2crypto BuildArch: noarch Requires: m2crypto @@ -88,6 +88,9 @@ rm -rf %{buildroot} %{python_sitelib}/pywbem/twisted_client.py* %changelog +* Mon Jun 30 2014 Toshio Kuratomi - 0.7.0-27.svn +- Replace python-setuptools-devel BR with python-setuptools + * Sun Jun 08 2014 Fedora Release Engineering - 0.7.0-26.20131121svn626 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild