Michael Pasternak has uploaded a new change for review.

Change subject: cli: release 3.3.0.3-1
......................................................................

cli: release 3.3.0.3-1

Change-Id: Ia49ea3cfbaba056dd7ae8dd2ae312ad327d4e2b1
Signed-off-by: Michael pasternak <mpast...@redhat.com>
---
M ovirt-engine-cli.spec.in
M setup.py
2 files changed, 13 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/36/16936/1

diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in
index 315910b..58e42f9 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-python >= 3.3.0.2
+Requires: ovirt-engine-sdk-python >= 3.3.0.3
 Requires: python-setuptools
 Requires: python-ply
 Requires: python-kitchen
@@ -52,6 +52,17 @@
 %doc LICENSE
 
 %changelog
+* Tue Jul  16 2013 Michael Pasternak <mpast...@redhat.com> - 3.3.0.3-1
+- refactor "connect" command help
+- remove support for --password option #983713
+- add option to define auto conenct #918908
+- "exit" command fails after "disconnect" from script #971285
+- list permits format better error when not enough parameters(#962472)
+- rhevm-shell should contain the hostname of the system #866319
+- certificate file keys are not exposed in .ovirtshellrc #960983
+- Add brick operation fails from ovirt-shell(#923169)
+- Add brick operation fails from ovirt-shell(#923169)
+
 * Wed May  1 2013 Michael Pasternak <mpast...@redhat.com> - 3.3.0.2-1
 - datetime.datetime object has no attribute __dict__ #957519
 - remove pexpect dependency
diff --git a/setup.py b/setup.py
index 904d78b..8db8d32 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-python >= 3.3.0.2-SNAPSHOT', 'ply >= 
3.3', 'kitchen >= 1' ],
+    install_requires=[ 'ovirt-engine-sdk-python >= 3.3.0.3-SNAPSHOT', 'ply >= 
3.3', 'kitchen >= 1' ],
     entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] },
     **version_info
 )


-- 
To view, visit http://gerrit.ovirt.org/16936
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia49ea3cfbaba056dd7ae8dd2ae312ad327d4e2b1
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

Reply via email to