Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.2.0.4-1 ......................................................................
cli: release 3.2.0.4-1 Change-Id: I74fe1aec3b73ba98bc3df004ec853987336fe4e7 Signed-off-by: Michael Pasternak <mpast...@redhat.com> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/89/8089/1 diff --git a/Makefile b/Makefile index 9ad538a..8674490 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.3 +rpmversion=3.2.0.4 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 2849ade..6775490 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -51,7 +51,10 @@ %doc LICENSE %changelog -* Sun Sep 20 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.3-1 +* Thu Sep 20 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.4-1 +- add the kitchen build/runtime require + +* Thu Sep 20 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.3-1 - valid UUIDs are treated as syntax error #854391 - change collection based arguments syntax help #854506 - rename "create" command with "add" #855773 diff --git a/setup.py b/setup.py index c82285a..f732d38 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.2.0.3-SNAPSHOT', + 'version': '3.2.0.4-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/8089 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I74fe1aec3b73ba98bc3df004ec853987336fe4e7 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