Sandro Bonazzola has uploaded a new change for review. Change subject: build: ovirt-log-collector-3.3.0_rc ......................................................................
build: ovirt-log-collector-3.3.0_rc Change-Id: I07a27d92f672399e3a05d2a506a38050e3b14df1 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/12/18012/1 diff --git a/configure.ac b/configure.ac index aa97e89..74ef616 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,11 @@ define([VERSION_MINOR], [3]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_master]) +define([VERSION_SUFFIX], [_rc]) 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.$(echo VERSION_SUFFIX | sed 's/^_//')" 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 56e781b..57de053 100644 --- a/ovirt-log-collector.spec.in +++ b/ovirt-log-collector.spec.in @@ -65,6 +65,9 @@ %{_mandir}/man8/* %changelog +* Tue Aug 13 2013 Sandro Bonazzola <[email protected]> - 3.3.0-1.rc +- 3.3.0-1.rc + * Mon Jul 15 2013 Kiril Nesenko <[email protected]> - 3.3.0-0.1.beta1 - 3.3.0-0.1.beta1 -- To view, visit http://gerrit.ovirt.org/18012 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I07a27d92f672399e3a05d2a506a38050e3b14df1 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
