[node-patches] Change in ovirt-node-iso[master]: update version to 3.0.0
mburns at redhat.com
mburns at redhat.com
Wed Apr 10 15:50:13 UTC 2013
Michael Burns has uploaded a new change for review.
Change subject: update version to 3.0.0
......................................................................
update version to 3.0.0
Next release will be 3.0.0
Change-Id: I1610b431e8ce3b0f44bd144a52e6558c3fcecdb0
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M Makefile.am
M configure.ac
M ovirt-node-iso.spec.in
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/93/13793/1
diff --git a/Makefile.am b/Makefile.am
index d68fb4d..45635f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,7 @@
# For Release: 0..., set _ovirt_dev=1 so that we get extra_release.GIT-
# annotated rpm version strings.
_ovirt_dev = \
- $(shell grep -q '^[[:space:]]*Release:[[:space:]]*0' \
+ $(shell grep -q '^[[:space:]]*Release:[[:space:]]*[0-9\.]*999' \
$(top_srcdir)/*.spec && echo 1 || :)
rpms: dist
diff --git a/configure.ac b/configure.ac
index 459084f..9a0d99a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([ovirt-node], [2.6.999], [node-devel at ovirt.org])
+AC_INIT([ovirt-node], [3.0.0], [node-devel at ovirt.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax])
AC_SUBST([FEDORA],[[`rpm --eval '%{fedora}'|sed 's/[^0-9]//g'`]])
diff --git a/ovirt-node-iso.spec.in b/ovirt-node-iso.spec.in
index ba7403c..bb6fda0 100644
--- a/ovirt-node-iso.spec.in
+++ b/ovirt-node-iso.spec.in
@@ -6,7 +6,7 @@
Name: ovirt-node-iso
Version: @VERSION@
-Release: 999.%{?build_counter}%{?dist}
+Release: 0.999.%{?build_counter}%{?dist}
Summary: %{product} ISO Image
BuildArch: noarch
Source1: %{product_code}-%{version}-%{release}.iso
--
To view, visit http://gerrit.ovirt.org/13793
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1610b431e8ce3b0f44bd144a52e6558c3fcecdb0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list