Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-hosted-engine-setup-1.2.3 ......................................................................
build: ovirt-hosted-engine-setup-1.2.3 Change-Id: I432cdea758f8e32d42bc1d2b0d41f14231caf3b9 Bug-Url: https://bugzilla.redhat.com/1186161 Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac M ovirt-hosted-engine-setup.spec.in 2 files changed, 9 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/95/39495/1 diff --git a/configure.ac b/configure.ac index f8f017a..1b98067 100644 --- a/configure.ac +++ b/configure.ac @@ -22,12 +22,12 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [3]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_RELEASE], [0.1]) -define([VERSION_SUFFIX], [rc]) +define([VERSION_RELEASE], [1]) +define([VERSION_SUFFIX], []) -AC_INIT([ovirt-hosted-engine-setup], [VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX]) +AC_INIT([ovirt-hosted-engine-setup], [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-setup.spec.in b/ovirt-hosted-engine-setup.spec.in index 0c60f98..52aa5da 100644 --- a/ovirt-hosted-engine-setup.spec.in +++ b/ovirt-hosted-engine-setup.spec.in @@ -30,7 +30,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/pub/ovirt-3.5-snapshot/src/%{name}/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/ovirt-3.5/src/%{name}/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,7 +65,7 @@ %endif %if 0%{?rhel} -Requires: qemu-img-rhev >= 0.12.1.2-2.415 +Requires: qemu-img-rhev >= 0.12.1.2-2.448 %if 0%{?rhel} >= 7 Requires: iptables-services %endif @@ -106,6 +106,9 @@ %{vdsmhooksdir}/before_vm_start/ %changelog +* Tue Mar 31 2015 Sandro Bonazzola <[email protected]> - 1.2.3-1 +- 1.2.3-1 + * Tue Mar 31 2015 Sandro Bonazzola <[email protected]> - 1.2.3-0.1.rc - 1.2.3-0.1.rc -- To view, visit https://gerrit.ovirt.org/39495 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I432cdea758f8e32d42bc1d2b0d41f14231caf3b9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: ovirt-hosted-engine-setup-1.2.3 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
