Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-log-collector-3.3.4 ......................................................................
build: ovirt-log-collector-3.3.4 Change-Id: I1c4fca24b5d98fb06d50933b15cd343b8dad11fe Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac M ovirt-log-collector.spec.in 2 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector refs/changes/46/24946/1 diff --git a/configure.ac b/configure.ac index 80d75fc..51c5be2 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,11 @@ define([VERSION_MINOR], [3]) define([VERSION_FIX], [4]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_master]) +define([VERSION_SUFFIX], []) AC_INIT([ovirt-log-collector], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.2.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="1" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/ovirt-log-collector.spec.in b/ovirt-log-collector.spec.in index fe4c138..0f7dcde 100644 --- a/ovirt-log-collector.spec.in +++ b/ovirt-log-collector.spec.in @@ -24,7 +24,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: ASL 2.0 URL: http://www.ovirt.org -Source: http://resources.ovirt.org/releases/nightly/src/%{package_name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/releases/stable/src/%{package_name}-%{package_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} BuildArch: noarch @@ -69,6 +69,9 @@ %{_mandir}/man8/* %changelog +* Mon Feb 24 2014 Sandro Bonazzola <[email protected]> - 3.3.4-1 +- 3.3.4-1 + * Tue Feb 18 2014 Sandro Bonazzola <[email protected]> - 3.3.4-0.1.beta - 3.3.4-0.1.beta -- To view, visit http://gerrit.ovirt.org/24946 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1c4fca24b5d98fb06d50933b15cd343b8dad11fe Gerrit-PatchSet: 1 Gerrit-Project: ovirt-log-collector Gerrit-Branch: ovirt-log-collector-3.3 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
