Sandro Bonazzola has uploaded a new change for review.

Change subject: packaging: spec: fix fedora build requirements
......................................................................

packaging: spec: fix fedora build requirements

In Fedora < 21  and EL >= 6 python-setuptools-devel was provided
by python-setuptools.
In Fedora 21 such package is not provided anymore.

Also fixed URL for Source.

Change-Id: I2b1ff672bb6dd4adaf3695bb1ab87d0f2f0f8d64
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
(cherry picked from commit 3a2d3c478a9f9746259aac47e7286daa0f16e831)
---
M ovirt-engine-cli.spec.in
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/07/34307/1

diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in
index a8e698c..86f862d 100644
--- a/ovirt-engine-cli.spec.in
+++ b/ovirt-engine-cli.spec.in
@@ -5,10 +5,10 @@
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://ovirt.org
-Source0:        http://ovirt.org/releases/stable/src/%{name}-%{version}.tar.gz
+Source0:        
http://resources.ovirt.org/pub/ovirt-3.5-snapshot/src/%{name}/%{name}-%{version}.tar.gz
 
 BuildRequires: python2-devel
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 BuildRequires: python-ply
 BuildRequires: python-kitchen
 
@@ -254,7 +254,7 @@
 * Wed May 16 2012 Michael Pasternak <mpast...@redhat.com> - 3.1.0.1-1alpha
 - add basic scripting capabilities
 - Support multiline input #815684
-- Version format refactoring to align with oVirt version schema 
+- Version format refactoring to align with oVirt version schema
 - Alpha release
 
 * Thu May 10 2012 Michael Pasternak <mpast...@redhat.com> - 2.1.6-1
@@ -295,7 +295,7 @@
   version of sdk (unless sdk introduced cli incompatible change)
 - same naming convention in ovirt-engine-cli and ovirt-engine-sdk
 - reformatted output to support reduced and expended modes in
-  list in show commands by --show-all argument 
+  list in show commands by --show-all argument
 - object fields formatting
 - added support for linux shell commands redirection
 - shell output redirection support


-- 
To view, visit http://gerrit.ovirt.org/34307
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b1ff672bb6dd4adaf3695bb1ab87d0f2f0f8d64
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: cli_3.5
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to