Juan Hernandez has uploaded a new change for review. Change subject: cli: Release 3.5.0.5 ......................................................................
cli: Release 3.5.0.5 Change-Id: Ie29c6ef073ad2c02f44b49d04f65d74465767f0b Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in 2 files changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/85/33385/1 diff --git a/Makefile b/Makefile index 6005556..581894e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.1$(rpmsuffix) +rpmrelease:=1$(rpmsuffix) rpmversion=3.5.0.5 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 a90485b..a8e698c 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -52,6 +52,10 @@ %doc LICENSE %changelog +* Fri Sep 26 2014 Juan Hernandez <[email protected]> - 3.5.0.5-1 +- Calculate singulars and plurals correctly #1144110. +- Explicitly document use of name in show #1091725. + * Wed Sep 3 2014 Juan Hernandez <[email protected]> - 3.5.0.4-1 - Support show by alias #1091725. -- To view, visit http://gerrit.ovirt.org/33385 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie29c6ef073ad2c02f44b49d04f65d74465767f0b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
