Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.4.0.2-1 ......................................................................
cli: release 3.4.0.2-1 Change-Id: I737eb7777ff5259975b4a42eac342c65da8700dc Signed-off-by: Michael pasternak <mpast...@redhat.com> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/86/21286/1 diff --git a/Makefile b/Makefile index 1b96748..ddfe83b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.4.0.1 +rpmversion=3.4.0.2 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 8a3aef1..eac935a 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -52,6 +52,9 @@ %doc LICENSE %changelog +* Thu Nov 14 2013 Michael Pasternak <mpast...@redhat.com> - 3.4.0.2-1 +- add missing packages in setup.setup.py + * Thu Nov 14 2013 Michael Pasternak <mpast...@redhat.com> - 3.4.0.1-1 - implement CLI invocation capabilities #895559 - expose api capabilities in cli #891227 diff --git a/setup.py b/setup.py index aa83b70..b24f026 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.4.0.1-1', + 'version': '3.4.0.2-1', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/21286 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I737eb7777ff5259975b4a42eac342c65da8700dc 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