Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-log-collector-3.3.1 ......................................................................
build: ovirt-log-collector-3.3.1 Change-Id: I44e826f6baf48c0a78cc0c94b7c9efdc78c8e279 Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac M ovirt-log-collector.spec.in 2 files changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector refs/changes/03/19603/1 diff --git a/configure.ac b/configure.ac index 446f2d4..7cefde3 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,11 @@ define([VERSION_MINOR], [3]) define([VERSION_FIX], [1]) 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.0.$(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 8770a9a..3b10c8e 100644 --- a/ovirt-log-collector.spec.in +++ b/ovirt-log-collector.spec.in @@ -68,6 +68,9 @@ %{_mandir}/man8/* %changelog +* Fri Sep 27 2013 Sandro Bonazzola <[email protected]> - 3.3.1-1 +- 3.3.1-1 + * Wed Sep 04 2013 Sandro Bonazzola <[email protected]> - 3.3.0-1 - 3.3.0-1 -- To view, visit http://gerrit.ovirt.org/19603 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I44e826f6baf48c0a78cc0c94b7c9efdc78c8e279 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
