Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-hosted-engine-ha-1.0.0 ......................................................................
build: ovirt-hosted-engine-ha-1.0.0 Change-Id: I5a3e21db75544ab26c90497a21637c6c45692fa6 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M configure.ac M ovirt-hosted-engine-ha.spec.in 2 files changed, 8 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/83/25583/1 diff --git a/configure.ac b/configure.ac index 4617a53..bbe8a74 100644 --- a/configure.ac +++ b/configure.ac @@ -22,12 +22,12 @@ define([VERSION_MINOR], [0]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [0.1]) -define([VERSION_SUFFIX], [beta3]) +define([VERSION_RELEASE], [1]) +define([VERSION_SUFFIX], []) -AC_INIT([ovirt-hosted-engine-ha], VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX) +AC_INIT([ovirt-hosted-engine-ha], VERSION_NUMBER) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="VERSION_RELEASE.VERSION_SUFFIX" +PACKAGE_RPM_RELEASE="VERSION_RELEASE" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in index 0c745c3..703f6fd 100644 --- a/ovirt-hosted-engine-ha.spec.in +++ b/ovirt-hosted-engine-ha.spec.in @@ -39,7 +39,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/releases/nightly/src/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/releases/stable/src/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -190,6 +190,9 @@ %changelog +* Mon Mar 10 2014 Sandro Bonazzola <sbona...@redhat.com> - 1.0.0-1 +- 1.0.0-1 + * Wed Dec 18 2013 Greg Padgett <gpadg...@redhat.com> - 1.0.0-0.1.beta3 - 1.0.0-0.1.beta3 -- To view, visit http://gerrit.ovirt.org/25583 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5a3e21db75544ab26c90497a21637c6c45692fa6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: ovirt-hosted-engine-ha-1.0 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches