Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: ovirt-host-deploy-1.2.0 ......................................................................
packaging: ovirt-host-deploy-1.2.0 Change-Id: I6dcacc67e2bf8a80c68781fc8dfffe403abcdd11 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, 12 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/75/25875/1 diff --git a/ChangeLog b/ChangeLog index 4e90da5..7d78130 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ ovirt-host-deploy -- oVirt host deploy +2014-03-28 - Version 1.2.0 + 2014-01-20 - Version 1.2.0_beta * vdsm: packages: stop libvirtd before using vdsm-tool to configure it. diff --git a/configure.ac b/configure.ac index 0821d81..0249dcf 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], []) 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_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 b0eac08..9de75dd 100644 --- a/ovirt-host-deploy-offline.spec.in +++ b/ovirt-host-deploy-offline.spec.in @@ -25,7 +25,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/releases/3.3/src/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/src/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,6 +57,9 @@ %{_sysconfdir}/ovirt-host-deploy.conf.d/50-offline-packager.conf %changelog +* Tue Mar 18 2014 Alon Bar-Lev <[email protected]> - 1.2.0-1 +- Release. + * Mon Jan 20 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.1.beta - Beta. diff --git a/ovirt-host-deploy.spec.in b/ovirt-host-deploy.spec.in index 9b4dd80..1412b80 100644 --- a/ovirt-host-deploy.spec.in +++ b/ovirt-host-deploy.spec.in @@ -38,7 +38,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/releases/3.3/src/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/src/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -222,6 +222,9 @@ %endif %changelog +* Tue Mar 18 2014 Alon Bar-Lev <[email protected]> - 1.2.0-1 +- Release. + * Mon Jan 20 2014 Alon Bar-Lev <[email protected]> - 1.2.0-0.1.beta - Beta. -- To view, visit http://gerrit.ovirt.org/25875 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6dcacc67e2bf8a80c68781fc8dfffe403abcdd11 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
