[node-patches] Change in ovirt-node-iso[master]: bump to 3.0.0
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu May 2 13:23:14 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: bump to 3.0.0
......................................................................
bump to 3.0.0
Change-Id: If5cb80e3455c970f6132c2f58d89e37a512f955b
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M Makefile.am
M configure.ac
M ovirt-node-iso.spec.in
3 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/85/14385/1
diff --git a/Makefile.am b/Makefile.am
index d68fb4d..c149024 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@
NODE_CREATOR = $(shell ( test -e $(RECIPE_DIR)/node-creator && echo "$(RECIPE_DIR)/node-creator" ) || ( test -e node-creator && echo "./node-creator" ) || which node-creator 2>/dev/null)
FEDORA_MIRROR = http://mirrors.fedoraproject.org/mirrorlist
-OVIRT_URL = http://ovirt.org/releases/stable/rpm/Fedora
+OVIRT_URL = http://ovirt.org/releases/stable/rpm/Fedora
OVIRT_NIGHTLY_URL = http://ovirt.org/releases/nightly/rpm/Fedora
OVIRT_BETA_URL = http://ovirt.org/releases/beta/rpm/Fedora
CUR_RAWHIDE = 20
@@ -66,7 +66,7 @@
# annotated rpm version strings.
_ovirt_dev = \
$(shell grep -q '^[[:space:]]*Release:[[:space:]]*0' \
- $(top_srcdir)/*.spec && echo 1 || :)
+ $(top_srcdir)/*.spec.in && echo 1 || :)
rpms: dist
rpmbuild --define "BUILD_NUMBER $(BUILD_NUMBER)" $(RPM_FLAGS) -ta $(distdir).tar.gz
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..ca69192 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: %{?build_counter}%{?dist}
Summary: %{product} ISO Image
BuildArch: noarch
Source1: %{product_code}-%{version}-%{release}.iso
--
To view, visit http://gerrit.ovirt.org/14385
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If5cb80e3455c970f6132c2f58d89e37a512f955b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list