Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-hosted-engine-setup-1.1.4 ......................................................................
build: ovirt-hosted-engine-setup-1.1.4 Change-Id: I02c9ac759a2381917a272eddd31ec637cb3dea66 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- 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/25/28525/1 diff --git a/configure.ac b/configure.ac index 8e0a3de..3f126bc 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,11 @@ define([VERSION_MINOR], [1]) define([VERSION_FIX], [4]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_master]) +define([VERSION_SUFFIX], []) AC_INIT([ovirt-hosted-engine-setup], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="1" 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 1544e98..96ae5b8 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/ovirt-3.4-snapshot/src/%{name}/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +50,7 @@ Requires: openssl Requires: sudo Requires: bind-utils -Requires: ovirt-hosted-engine-ha >= 1.1.3 +Requires: ovirt-hosted-engine-ha >= 1.1.4 Requires: sanlock >= 2.8 Requires: sanlock-python >= 2.8 Requires: lsof @@ -95,6 +95,9 @@ %{vdsmhooksdir}/before_vm_start/ %changelog +* Mon Jun 09 2014 Sandro Bonazzola <sbona...@redhat.com> - 1.1.4-1 +- updated to 1.1.4 + * Tue May 06 2014 Sandro Bonazzola <sbona...@redhat.com> - 1.1.4-0.0.master - 1.1.4-0.0.master -- To view, visit http://gerrit.ovirt.org/28525 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I02c9ac759a2381917a272eddd31ec637cb3dea66 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: ovirt-hosted-engine-setup-1.1 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches