Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-engine-3.4.0_rc2 ......................................................................
build: ovirt-engine-3.4.0_rc2 Change-Id: I664e518dfee9c84249a94112a7b80eca92ddbbd1 Bug-Url: https://bugzilla.redhat.com/1024889 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine.spec.in M pom.xml M version.mak 3 files changed, 12 insertions(+), 9 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/83/25883/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index daa4d72..2dc62fb 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -149,7 +149,7 @@ Group: %{ovirt_product_group} License: ASL 2.0 URL: http://www.ovirt.org -Source0: http://ovirt.org/releases/nightly/src/@PACKAGE_NAME@-@[email protected] +Source0: http://ovirt.org/releases/3.4_pre/src/@PACKAGE_NAME@-@[email protected] BuildArch: noarch @@ -254,7 +254,7 @@ Requires: mod_ssl Requires: novnc Requires: openssl -Requires: ovirt-host-deploy-java >= 1.1.2-1 +Requires: ovirt-host-deploy-java >= 1.2.0-1 Requires: python-cheetah Requires: spice-html5 @@ -321,7 +321,7 @@ Requires: iproute Requires: libxml2-python Requires: logrotate -Requires: otopi >= 1.2.0-0.9 +Requires: otopi >= 1.2.0-1 %description setup-base %{ovirt_product_name_short} suite base setup components. @@ -518,8 +518,8 @@ Requires: %{name}-sdk >= 3.3.0.5 Requires: %{name}-setup-plugin-ovirt-engine = %{version}-%{release} Requires: openssh-server -Requires: ovirt-host-deploy >= 1.1.2-1 -Requires: ovirt-host-deploy-offline >= 1.1.2-1 +Requires: ovirt-host-deploy >= 1.2.0-1 +Requires: ovirt-host-deploy-offline >= 1.2.0-1 %description setup-plugin-allinone All-in-one plugin for %{ovirt_product_name_short}'s setup @@ -1022,6 +1022,9 @@ %endif %changelog +* Wed Mar 19 2014 Sandro Bonazzola <[email protected]> - 3.4.0-0.15.rc +- 3.4.0-0.15.rc + * Tue Mar 11 2014 Sandro Bonazzola <[email protected]> - 3.4.0-0.13.rc - 3.4.0-0.13.rc diff --git a/pom.xml b/pom.xml index 5669ef3..9dcf51c 100644 --- a/pom.xml +++ b/pom.xml @@ -70,8 +70,8 @@ <cxf.version>2.2.7</cxf.version> <mina-core.version>2.0.1</mina-core.version> <sshd-core.version>0.7.0</sshd-core.version> - <otopi.version>1.1.0</otopi.version> - <ovirt-host-deploy.version>1.1.0</ovirt-host-deploy.version> + <otopi.version>1.2.0</otopi.version> + <ovirt-host-deploy.version>1.2.0</ovirt-host-deploy.version> <slf4j.version>1.7.5</slf4j.version> <gwt.version>2.5.1</gwt.version> <findbugs.version>2.5.2</findbugs.version> diff --git a/version.mak b/version.mak index c4de65e..75d19cb 100644 --- a/version.mak +++ b/version.mak @@ -21,7 +21,7 @@ # - master # - <none> # -MILESTONE=master +MILESTONE=rc2 # RPM release is manually specified, # For pre-release: @@ -32,4 +32,4 @@ # RPM_RELEASE=N # while N is incremented each re-release # -RPM_RELEASE=0.14.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) +RPM_RELEASE=0.15.$(MILESTONE) -- To view, visit http://gerrit.ovirt.org/25883 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I664e518dfee9c84249a94112a7b80eca92ddbbd1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4.0 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
