Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: ovirt-host-deploy-1.0.0 ......................................................................
packaging: ovirt-host-deploy-1.0.0 Change-Id: Ica1cae3eaf3fa2993e056c48350b4c148c8100fc Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac M ovirt-host-deploy.spec.in 3 files changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/64/12064/1 diff --git a/ChangeLog b/ChangeLog index d54b762..3ff5981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ ovirt-host-deploy -- oVirt host deploy -????-??-?? - Version 1.0.0 +2013-02-14 - Version 1.0.0 Alon Bar-Lev <[email protected]> diff --git a/configure.ac b/configure.ac index 31e800a..d3c8ac2 100644 --- a/configure.ac +++ b/configure.ac @@ -22,12 +22,12 @@ define([VERSION_MINOR], [0]) define([VERSION_FIX], [0]) 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.2.$(echo VERSION_SUFFIX | sed 's/^_//')" -PACKAGE_MAVEN_VERSION="VERSION_MAJOR.VERSION_MINOR.1$(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]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/ovirt-host-deploy.spec.in b/ovirt-host-deploy.spec.in index d8625eb..74dc949 100644 --- a/ovirt-host-deploy.spec.in +++ b/ovirt-host-deploy.spec.in @@ -202,5 +202,7 @@ %endif %changelog +* Thu Feb 14 2013 Alon Bar-Lev <[email protected]> - 1.0.0-0.1 +- Release. * Tue Oct 13 2012 Alon Bar-Lev <[email protected]> - 1.0.0-0.1_beta - Initial add. -- To view, visit http://gerrit.ovirt.org/12064 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ica1cae3eaf3fa2993e056c48350b4c148c8100fc 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
