Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: ovirt-host-deploy-1.3.1 ......................................................................
packaging: ovirt-host-deploy-1.3.1 Change-Id: I9b3b37c11e814a74ab901b2e2e96b3016fa743d5 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/57/36957/1 diff --git a/ChangeLog b/ChangeLog index 40e96d4..480afad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ovirt-host-deploy -- oVirt host deploy -????-??-?? - Version 1.3.1 +2015-01-15 - Version 1.3.1 * gluster: start glusterpmd service after reboot, rhbz#1138198. diff --git a/configure.ac b/configure.ac index b3df47e..16611af 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,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-host-deploy], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="1" 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 bf4a5b2..f3678b7 100644 --- a/ovirt-host-deploy-offline.spec.in +++ b/ovirt-host-deploy-offline.spec.in @@ -70,6 +70,9 @@ %{_sysconfdir}/ovirt-host-deploy.conf.d/50-offline-packager.conf %changelog +* Thu Jan 15 2015 Alon Bar-Lev <[email protected]> - 1.3.1-1 +- Release. + * Mon Oct 6 2014 Alon Bar-Lev <[email protected]> - 1.3.0-1 - Release. diff --git a/ovirt-host-deploy.spec.in b/ovirt-host-deploy.spec.in index f45ce51..25fff20 100644 --- a/ovirt-host-deploy.spec.in +++ b/ovirt-host-deploy.spec.in @@ -169,6 +169,9 @@ %endif %changelog +* Thu Jan 15 2015 Alon Bar-Lev <[email protected]> - 1.3.1-1 +- Release. + * Mon Oct 6 2014 Alon Bar-Lev <[email protected]> - 1.3.0-1 - Release. -- To view, visit http://gerrit.ovirt.org/36957 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9b3b37c11e814a74ab901b2e2e96b3016fa743d5 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
