Juan Hernandez has uploaded a new change for review. Change subject: cli: Release 3.5.0.1 ......................................................................
cli: Release 3.5.0.1 Change-Id: I768e12948d582549e640390e7ec7e768d5714f0a Signed-off-by: Juan Hernandez <[email protected]> --- 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/50/29750/1 diff --git a/Makefile b/Makefile index c1cb269..9466114 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.1 +rpmrelease:=1 rpmversion=3.5.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 707e9b9..7ec15fb 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.5.0.0 +Requires: ovirt-engine-sdk-python >= 3.5.0.1 Requires: python-setuptools Requires: python-ply Requires: python-kitchen @@ -52,6 +52,9 @@ %doc LICENSE %changelog +* Wed Jul 9 2014 Juan Hernandez <[email protected]> - 3.5.0.1-1 +- Don't break long lines #1077806. + * Thu May 22 2014 Juan Hernandez <[email protected]> - 3.5.0.0-1 - Update to version 2.12a of generateDS.py #1091688. - Don't write integer statistics as float #855724. diff --git a/setup.py b/setup.py index b8b899b..2ceefcc 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'cli.command', 'cli.platform', 'cli.platform.posix', 'ovirtcli.infrastructure', 'ovirtcli.annotations', 'ovirtcli.events', 'ovirtcli.listeners', 'ovirtcli.meta', 'ovirtcli.state'], - install_requires=[ 'ovirt-engine-sdk-python >= 3.5.0.0', 'ply >= 3.3', 'kitchen >= 1' ], + install_requires=[ 'ovirt-engine-sdk-python >= 3.5.0.1', 'ply >= 3.3', 'kitchen >= 1' ], entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] }, **version_info ) -- To view, visit http://gerrit.ovirt.org/29750 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I768e12948d582549e640390e7ec7e768d5714f0a 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
