[ovirt-engine-cli] Use pexpect-u instead of pexpect to really fix #905359

Juan Hernandez jhernand at fedoraproject.org
Thu Jan 31 08:45:34 UTC 2013


commit 2370675930a99fdb8c48b43efe0ff78639523f7a
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Thu Jan 31 09:35:14 2013 +0100

    Use pexpect-u instead of pexpect to really fix #905359

 ovirt-engine-cli.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ovirt-engine-cli.spec b/ovirt-engine-cli.spec
index 55e7cd1..2908163 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: 1%{dist}
+Release: 2%{dist}
 Summary: oVirt Engine Command Line Interface
 Group: Development/Libraries
 License: ASL 2.0
@@ -27,11 +27,15 @@ 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
+
 %description
 The command line interface for oVirt-Engine.
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 
@@ -58,6 +62,9 @@ popd
 %doc LICENSE
 
 %changelog
+* Wed Jan 31 2013 Juan Hernandez <juan.hernandez at redhat.com> - 3.2.0.9-2
+- Use pexpect-u instead of pexpect to really fix #905359
+
 * Wed Jan 30 2013 Juan Hernandez <juan.hernandez at redhat.com> - 3.2.0.9-1
 - Update to upstream 3.2.0.9
 - Fix for #905359


More information about the scm-commits mailing list