[ovirt-engine-cli/el6] Update to upstream 3.4.0.5

Juan Hernandez jhernand at fedoraproject.org
Thu Mar 27 13:14:28 UTC 2014


commit 5d1430b13f8b45a8209337cf28d5221318eb1b55
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Thu Mar 27 13:22:52 2014 +0100

    Update to upstream 3.4.0.5
    
    This is required in order to support the recently released version 3.4
    of the oVirt project.

 .gitignore            |    1 +
 ovirt-engine-cli.spec |   10 +++++++---
 sources               |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65206a9..f87087d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /ovirt-engine-cli-3.2.0.12.tar.xz
 /ovirt-engine-cli-3.3.0.4.tar.xz
 /ovirt-engine-cli-3.3.0.5.tar.xz
+/ovirt-engine-cli-3.4.0.5.tar.xz
diff --git a/ovirt-engine-cli.spec b/ovirt-engine-cli.spec
index c427aa3..94d2f51 100644
--- a/ovirt-engine-cli.spec
+++ b/ovirt-engine-cli.spec
@@ -1,5 +1,5 @@
 Name: ovirt-engine-cli
-Version: 3.3.0.5
+Version: 3.4.0.5
 Release: 1%{dist}
 Summary: oVirt Engine Command Line Interface
 Group: Development/Libraries
@@ -8,7 +8,7 @@ URL: http://ovirt.org
 
 # git clone git://gerrit.ovirt.org/ovirt-engine-cli
 # cd ovirt-engine-cli
-# git archive --prefix ovirt-engine-cli-3.3.0.5/ 3.3.0.5 | xz > ovirt-engine-cli-3.3.0.5.tar.xz
+# git archive --prefix ovirt-engine-cli-3.4.0.5/ 3.4.0.5 | xz > ovirt-engine-cli-3.4.0.5.tar.xz
 Source: %{name}-%{version}.tar.xz
 
 BuildRequires: python2-devel
@@ -19,7 +19,7 @@ BuildRequires: python-kitchen
 BuildArch: noarch
 
 Requires: python
-Requires: ovirt-engine-sdk-python >= 3.3.0.3
+Requires: ovirt-engine-sdk-python >= 3.4.0.5
 Requires: python-setuptools
 Requires: python-ply
 Requires: python-kitchen
@@ -57,6 +57,10 @@ popd
 %doc LICENSE
 
 %changelog
+* Thu Mar 27 2014 Juan Hernandez <juan.hernandez at redhat.com> - 3.4.0.5-1
+- Update to upstream 3.4.0.5 in order to support version 3.4 of the
+  oVirt project.
+
 * Wed Oct 09 2013 Juan Hernandez <juan.hernandez at redhat.com> - 3.3.0.5-1
 - Update to upstream 3.3.0.5
 
diff --git a/sources b/sources
index fb9032e..29176b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18055efe7b0f81d9f7164e276e7063fe  ovirt-engine-cli-3.3.0.5.tar.xz
+4e13a21c13ebad50ff549906bc167993  ovirt-engine-cli-3.4.0.5.tar.xz


More information about the scm-commits mailing list