[ovirt-engine-cli] Update to upstream 3.2.0.10

Juan Hernandez jhernand at fedoraproject.org
Wed Feb 20 14:30:26 UTC 2013


commit 96b4f9634832de64588fd3c05cd29ebb5f4aa321
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Wed Feb 20 15:24:57 2013 +0100

    Update to upstream 3.2.0.10

 .gitignore                                         |    1 +
 0001-Use-pexpect-u-instead-of-pexpect.patch        |   25 ---------
 ...iewer-passwordFile-instead-of-passwdInput.patch |   56 --------------------
 ovirt-engine-cli.spec                              |   20 +++----
 sources                                            |    2 +-
 5 files changed, 10 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 188bccb..40e09f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ovirt-engine-cli-3.2.0.4.tar.xz
 /ovirt-engine-cli-3.2.0.5.tar.xz
 /ovirt-engine-cli-3.2.0.9.tar.xz
+/ovirt-engine-cli-3.2.0.10.tar.xz
diff --git a/ovirt-engine-cli.spec b/ovirt-engine-cli.spec
index 2dd4714..d5947de 100644
--- a/ovirt-engine-cli.spec
+++ b/ovirt-engine-cli.spec
@@ -1,6 +1,6 @@
 Name: ovirt-engine-cli
-Version: 3.2.0.9
-Release: 3%{dist}
+Version: 3.2.0.10
+Release: 1%{dist}
 Summary: oVirt Engine Command Line Interface
 Group: Development/Libraries
 License: ASL 2.0
@@ -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.2.0.9/ 3.2.0.9 | xz > ovirt-engine-cli-3.2.0.9.tar.xz
+# git archive --prefix ovirt-engine-cli-3.2.0.10/ 3.2.0.10 | xz > ovirt-engine-cli-3.2.0.10.tar.xz
 Source: %{name}-%{version}.tar.xz
 
 BuildRequires: python2-devel
@@ -27,20 +27,11 @@ Requires: python-kitchen
 
 Conflicts: python-cli
 
-# Need to use the pexpect-u instead of pexpect in the build script:
-Patch1: 0001-Use-pexpect-u-instead-of-pexpect.patch
-
-# The -passwdInput option of the vncviewer command is not available in
-# Fedora 18, so we need to use the -passwdFile option instead:
-Patch2: 0002-Use-vncviewer-passwordFile-instead-of-passwdInput.patch
-
 %description
 The command line interface for oVirt-Engine.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
 
@@ -67,6 +58,11 @@ popd
 %doc LICENSE
 
 %changelog
+* Wed Feb 20 2013 Juan <juan.hernandez at redhat.com> - 3.2.0.10-4
+- Update to upstream 3.2.0.10
+- Removed patches to fix #905359 and #907931 as the fixes for those bugs
+  are already included in the new upstream version
+
 * Fri Feb 08 2013 Juan Hernandez <juan.hernandez at redhat.com> - 3.2.0.9-3
 - Use -passwdFile instead of -passwdInput to fix #907931
 
diff --git a/sources b/sources
index 6f2c35b..d7f4172 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df4052ac20a0aad962ff785dfb658a3f  ovirt-engine-cli-3.2.0.9.tar.xz
+3289f86fe1198b520394d5607ea7e100  ovirt-engine-cli-3.2.0.10.tar.xz


More information about the scm-commits mailing list