Merge "Bump version to 10.0"

This commit is contained in:
Jenkins 2016-04-06 11:52:46 +00:00 committed by Gerrit Code Review
commit 303c4e2697
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}