Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: ovirt-host-deploy-1.2.0_beta ......................................................................
packaging: ovirt-host-deploy-1.2.0_beta Change-Id: If7f16a6b242e462674ccddefe43c283ffe3b672c Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M ovirt-host-deploy-offline.spec.in M ovirt-host-deploy.spec.in 4 files changed, 9 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/72/23472/1 diff --git a/ChangeLog b/ChangeLog index 4ce6fa8..4e90da5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ovirt-host-deploy -- oVirt host deploy -????-??-?? - Version 1.2.0 +2014-01-20 - Version 1.2.0_beta * vdsm: packages: stop libvirtd before using vdsm-tool to configure it. rhbz#999853. diff --git a/configure.ac b/configure.ac index a1fd8c6..a54b02d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,11 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_master]) +define([VERSION_SUFFIX], [_beta]) AC_INIT([ovirt-host-deploy], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="0.1.$(echo VERSION_SUFFIX | sed 's/^_//')" PACKAGE_MAVEN_VERSION="VERSION_MAJOR.VERSION_MINOR.0$(echo VERSION_SUFFIX | sed 's/^_/-/')" INTERFACE_VERSION=3 AC_SUBST([PACKAGE_RPM_VERSION]) diff --git a/ovirt-host-deploy-offline.spec.in b/ovirt-host-deploy-offline.spec.in index 77c4b9d..b0eac08 100644 --- a/ovirt-host-deploy-offline.spec.in +++ b/ovirt-host-deploy-offline.spec.in @@ -57,5 +57,8 @@ %{_sysconfdir}/ovirt-host-deploy.conf.d/50-offline-packager.conf %changelog +* Mon Jan 20 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.1.beta +- Beta. + * Wed Sep 11 2013 Alon Bar-Lev <[email protected]> - 1.1.0-1 - Release. diff --git a/ovirt-host-deploy.spec.in b/ovirt-host-deploy.spec.in index 1568f8a..9b4dd80 100644 --- a/ovirt-host-deploy.spec.in +++ b/ovirt-host-deploy.spec.in @@ -222,6 +222,9 @@ %endif %changelog +* Mon Jan 20 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.1.beta +- Beta. + * Mon Aug 26 2013 Alon Bar-Lev <[email protected]> - 1.1.0-1 - Release. -- To view, visit http://gerrit.ovirt.org/23472 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If7f16a6b242e462674ccddefe43c283ffe3b672c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
