Bump version to 10.0

Change-Id: I63ca2d2e6cec16b6265cfcc48623aa73c13e9cad
Related-bug: #1558589
This commit is contained in:
Sergey Kulanov 2016-03-21 13:45:03 +02:00
parent 927da285b6
commit 7e9fb5aa79
5 changed files with 17 additions and 11 deletions

View File

@ -77,30 +77,30 @@ packages:
# name: mos
# priority: "1050"
# section: "main restricted"
# suite: mos9.0
# suite: mos10.0
# type: deb
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0"
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/10.0"
# -
# name: mos-updates
# priority: "1050"
# section: "main restricted"
# suite: mos9.0-updates
# suite: mos10.0-updates
# type: deb
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0"
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/10.0"
# -
# name: mos-security
# priority: "1050"
# section: "main restricted"
# suite: mos9.0-security
# suite: mos10.0-security
# type: deb
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0"
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/10.0"
# -
# name: mos-holdback
# priority: "1100"
# section: "main restricted"
# suite: mos9.0-holdback
# suite: mos10.0-holdback
# type: deb
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/9.0"
# uri: "http://mirror.fuel-infra.org/mos-repos/ubuntu/10.0"
# -
# name: Extra_repo
# priority: null

View File

@ -1,6 +1,6 @@
[metadata]
name = ironic-fa-deploy
version = 9.0.0
version = 10.0.0
author = Mirantis
summary = Fuel Agent deploy driver for Ironic
classifier =

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
fuel-agent (10.0.0-1) unstable; urgency=low
* Bump version to 10.0
-- Sergey Kulanov <skulanov@mirantis.com> Mon, 21 Mar 2016 13:44:26 +0200
fuel-agent (9.0.0-1) unstable; urgency=low
* Align fuel package versioning schema

View File

@ -1,6 +1,6 @@
[metadata]
name = fuel-agent
version = 9.0.0
version = 10.0.0
author = Mirantis
author-email = fuel-dev@lists.launchpad.net
summary = Fuel agent

View File

@ -1,5 +1,5 @@
%define name fuel-agent
%{!?version: %define version 9.0.0}
%{!?version: %define version 10.0.0}
%{!?release: %define release 1}
Name: %{name}