Bump version to 10.0

Change-Id: I26fb9731675658dfdae853b778256f8bdb8fde44
Related-bug: #1558589
This commit is contained in:
Sergey Kulanov 2016-03-21 14:03:50 +02:00
parent 03b01bfe1a
commit 24295753d8
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ ARTS_DIR:=$(abspath $(ARTS_DIR))
LOCAL_MIRROR?=$(TOP_DIR)/local_mirror
LOCAL_MIRROR:=$(abspath $(LOCAL_MIRROR))
PRODUCT_VERSION?=9.0
PRODUCT_VERSION?=10.0
# This variable is used for naming of auxillary objects
# related to product: repositories, mirrors etc
@ -24,8 +24,8 @@ PRODUCT_NAME:=mos
CURRENT_VERSION:=$(PRODUCT_VERSION)
PACKAGE_VERSION?=9.0.0
FUEL_LIBRARY_VERSION?=9.0
PACKAGE_VERSION?=10.0.0
FUEL_LIBRARY_VERSION?=10.0
# Artifacts names
ISO_NAME?=fuel-$(PRODUCT_VERSION)

View File

@ -2,8 +2,8 @@
%define repo_name fuel-main
%define name fuel
%{!?version: %define version 9.0.0}
%{!?fuel_release: %define fuel_release 9.0}
%{!?version: %define version 10.0.0}
%{!?fuel_release: %define fuel_release 10.0}
%{!?release: %define release 1}
Name: %{name}
@ -16,7 +16,7 @@ License: Apache
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Prefix: %{_prefix}
BuildArch: noarch
Requires: fuel-library9.0
Requires: fuel-library10.0
Requires: fuelmenu >= %{version}
Requires: fuel-provisioning-scripts >= %{version}
Requires: fuel-release >= %{version}