Kiril Nesenko has uploaded a new change for review. Change subject: packaging: ovirt-log-collector-3.2.1 ......................................................................
packaging: ovirt-log-collector-3.2.1 Change-Id: Idc61b8f1ffb55eacb3a7794b70dc033eb16d8db3 Signed-off-by: Kiril Nesenko <[email protected]> --- M configure.ac M ovirt-log-collector.spec.in 2 files changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector refs/changes/76/13476/1 diff --git a/configure.ac b/configure.ac index 43eec4c..0eb6bce 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,11 @@ define([VERSION_MINOR], [2]) 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 1d05256..6601726 100644 --- a/ovirt-log-collector.spec.in +++ b/ovirt-log-collector.spec.in @@ -63,6 +63,8 @@ %{_mandir}/man8/* %changelog +* Sun Mar 31 2013 Kiril Nesenko <[email protected]> - 3.2.1-1 +- 3.2.1-1 * Thu Feb 14 2013 Kiril Nesenko <[email protected]> - 3.2.0-1 - 3.2.0-1 * Tue Feb 5 2013 Kiril Nesenko <[email protected]> - 3.2.0-0.1.beta -- To view, visit http://gerrit.ovirt.org/13476 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idc61b8f1ffb55eacb3a7794b70dc033eb16d8db3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-log-collector Gerrit-Branch: ovirt-log-collector-3.2 Gerrit-Owner: Kiril Nesenko <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
