Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-hosted-engine-setup-1.1.6 ......................................................................
build: ovirt-hosted-engine-setup-1.1.6 Change-Id: Ieb0f830bc67ef59fc25db341f491d580b83e1096 Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac M ovirt-hosted-engine-setup.spec.in 2 files changed, 14 insertions(+), 11 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/81/33181/1 diff --git a/configure.ac b/configure.ac index 3c32dc2..10a9dbe 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,11 @@ define([VERSION_MINOR], [1]) define([VERSION_FIX], [6]) 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 a1e7a62..b820b57 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/ovirt-3.4/src/%{name}/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -39,27 +39,27 @@ Requires: python Requires: python-ethtool >= 0.6-3 -Requires: otopi >= 1.2.1 -Requires: vdsm >= 4.14.0 -Requires: vdsm-cli >= 4.14.0 -Requires: vdsm-python >= 4.14.0 -Requires: ovirt-host-deploy >= 1.2.0 +Requires: otopi >= 1.2.3 +Requires: vdsm >= 4.14.11.2 +Requires: vdsm-cli >= 4.14.11.2 +Requires: vdsm-python >= 4.14.11.2 +Requires: ovirt-host-deploy >= 1.2.2 Requires: openssh-server Requires: python-paramiko Requires: virt-viewer Requires: openssl Requires: sudo Requires: bind-utils -Requires: ovirt-hosted-engine-ha >= 1.1.5 +Requires: ovirt-hosted-engine-ha >= 1.1.6 Requires: sanlock >= 2.8 Requires: sanlock-python >= 2.8 Requires: lsof Requires: iptables BuildRequires: gettext -BuildRequires: otopi-devtools >= 1.2.0 +BuildRequires: otopi-devtools >= 1.2.3 BuildRequires: python2-devel -Requires: %{engine}-sdk-python >= 3.4.0.7 +Requires: %{engine}-sdk-python >= 3.4.3.0 Requires: qemu-img %description @@ -95,6 +95,9 @@ %{vdsmhooksdir}/before_vm_start/ %changelog +* Mon Sep 22 2014 Sandro Bonazzola <[email protected]> - 1.1.6-1 +- updated to 1.1.6 + * Wed Jul 16 2014 Sandro Bonazzola <[email protected]> - 1.1.6-0.0.master - 1.1.6-0.0.master -- To view, visit http://gerrit.ovirt.org/33181 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieb0f830bc67ef59fc25db341f491d580b83e1096 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
