Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.2.0.11-1 ......................................................................
cli: release 3.2.0.11-1 Change-Id: Ia9a5c2470bcc2edb5943e831f45b33442c8a5c57 Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/06/12906/1 diff --git a/Makefile b/Makefile index 0b913ad..d957c67 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.10 +rpmversion=3.2.0.11 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in index badfa8d..848e7bd 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -15,7 +15,7 @@ BuildArch: noarch Requires: python -Requires: ovirt-engine-sdk >= 3.2.0.3 +Requires: ovirt-engine-sdk >= 3.2.0.10 Requires: pexpect Requires: python-setuptools Requires: python-ply @@ -53,6 +53,10 @@ %doc LICENSE %changelog +* Sun Mar 10 2013 Michael Pasternak <[email protected]> - 3.2.0.11-1 + - fix broken pipe at script execution + - add flag --dont-validate-cert-chain #915231 + * Tue Feb 19 2013 Michael Pasternak <[email protected]> - 3.2.0.10-1 - use vncviewer passwordFile instead of passwdInput #909365 - ovirt-cli DistributionNotFound exception on f18 #881011 diff --git a/setup.py b/setup.py index 4e81aae..c2e093b 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'ovirtcli.platform', 'ovirtcli.platform.posix', 'ovirtcli.platform.windows', 'ovirtcli.shell', 'ovirtcli.utils', 'cli', 'cli.command', 'cli.platform', 'cli.platform.posix'], - install_requires=[ 'ovirt-engine-sdk >= 3.2.0.3-SNAPSHOT', 'pexpect-u >= 2.3', 'ply >= 3.3', 'kitchen >= 1' ], + install_requires=[ 'ovirt-engine-sdk >= 3.2.0.10-SNAPSHOT', 'pexpect-u >= 2.3', 'ply >= 3.3', 'kitchen >= 1' ], entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] }, **version_info ) -- To view, visit http://gerrit.ovirt.org/12906 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia9a5c2470bcc2edb5943e831f45b33442c8a5c57 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.2 Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
