[ovirt-engine-cli] Replace pyhton-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 20:48:15 UTC 2014


commit 029c9fe111f8e3fd02229f1b4d79427c3ca9bee7
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 13:48:18 2014 -0700

    Replace pyhton-setuptools-devel BR with python-setuptools

 ovirt-engine-cli.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ovirt-engine-cli.spec b/ovirt-engine-cli.spec
index 95a4b7c..433b7b8 100644
--- a/ovirt-engine-cli.spec
+++ b/ovirt-engine-cli.spec
@@ -1,6 +1,6 @@
 Name: ovirt-engine-cli
 Version: 3.4.0.5
-Release: 2%{dist}
+Release: 3%{dist}
 Summary: oVirt Engine Command Line Interface
 Group: Development/Libraries
 License: ASL 2.0
@@ -12,7 +12,7 @@ URL: http://ovirt.org
 Source: %{name}-%{version}.tar.xz
 
 BuildRequires: python2-devel
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 BuildRequires: python-ply
 BuildRequires: python-kitchen
 
@@ -57,6 +57,9 @@ popd
 %doc LICENSE
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 3.4.0.5-3
+- Replace pyhton-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list