Sandro Bonazzola has uploaded a new change for review. Change subject: build: post ovirt-hosted-engine-setup-1.1.2 ......................................................................
build: post ovirt-hosted-engine-setup-1.1.2 Change-Id: Idd65f65204ad5658250ba887078579385718d35c Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac M ovirt-hosted-engine-setup.spec.in 2 files changed, 7 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/31/26031/1 diff --git a/configure.ac b/configure.ac index 95ae021..2538b53 100644 --- a/configure.ac +++ b/configure.ac @@ -20,13 +20,13 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [1]) -define([VERSION_FIX], [2]) +define([VERSION_FIX], [3]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], []) +define([VERSION_SUFFIX], [_master]) AC_INIT([ovirt-hosted-engine-setup], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="1" +PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')" PACKAGE_MAVEN_VERSION="VERSION_MAJOR.VERSION_MINOR.0$(echo VERSION_SUFFIX | sed 's/^_/-/')" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/ovirt-hosted-engine-setup.spec.in b/ovirt-hosted-engine-setup.spec.in index 8aa12a1..e995a64 100644 --- a/ovirt-hosted-engine-setup.spec.in +++ b/ovirt-hosted-engine-setup.spec.in @@ -31,7 +31,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/ovirt-3.4-snapshot/src/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -95,6 +95,9 @@ %{vdsmhooksdir}/before_vm_start/ %changelog +* Mon Mar 24 2014 Sandro Bonazzola <[email protected]> - 1.1.3-0.0.master +- 1.1.3-0.0.master + * Mon Mar 24 2014 Sandro Bonazzola <[email protected]> - 1.1.2-1 - 1.1.2-1 -- To view, visit http://gerrit.ovirt.org/26031 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd65f65204ad5658250ba887078579385718d35c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: ovirt-hosted-engine-setup-1.1 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
