Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.3.0.1-1 ......................................................................
cli: release 3.3.0.1-1 Change-Id: I34361ce8da253cc2f633e51ecdbd2f81d0c173f8 Signed-off-by: Michael Pasternak <mpast...@redhat.com> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 18 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/18/13518/1 diff --git a/Makefile b/Makefile index 0b913ad..ee033d7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.10 +rpmversion=3.3.0.1 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 0e8e835..ab5c33b 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.3.0.1 Requires: pexpect Requires: python-setuptools Requires: python-ply @@ -53,6 +53,21 @@ %doc LICENSE %changelog +* Tue Apr 2 2013 Michael Pasternak <mpast...@redhat.com> - 3.3.0.1-1 +- at vm.start() --vm-os-boot doesn't send the order of devices #921464 +- rephrase status command help +- add option to retrieve system summary #854369 +- accept IP address as FQ argument rather than string #886067 +- fix broken pipe +- Bad error message when trying to create a new Role #908284 +- add flag --dont-validate-cert-chain #915231 +- collection-based-options could be passed in 2 ways #859684 +- make NO_SUCH_ACTION error a bit more clear +- ovirt-cli DistributionNotFound exception on f18 #881011 +- ovirt-shell misleading help for command "connect" #907943 +- show event -id accept strings instead of numeric values #886786 +- Use vncviewer passwordFile instead of passwdInput + * Sun Jan 13 2013 Michael Pasternak <mpast...@redhat.com> - 3.2.0.9-1 - ovirt-cli DistributionNotFound exception on f18 #881011 - adding to help message ovirt-shell configuration details #890800 diff --git a/setup.py b/setup.py index 0105f9a..403fbb9 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.3.0.1-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/13518 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I34361ce8da253cc2f633e51ecdbd2f81d0c173f8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpast...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches