[openstack-nova] Update to upstream 2014.2.2

Alan Pevec apevec at fedoraproject.org
Wed Feb 11 16:20:22 UTC 2015


commit 8648c8f4962cd512986e3fc7638695a06957ca24
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Wed Feb 11 17:14:09 2015 +0100

    Update to upstream 2014.2.2
    
    Change-Id: I905646f17e1ba4325bf850f01c9857fd1f77ff76

 .gitignore                                         |    1 +
 0001-remove-runtime-dep-on-python-pbr.patch        |    2 +-
 ...Move-notification-point-to-a-better-place.patch |    2 +-
 openstack-nova.spec                                |   14 +++++++-------
 sources                                            |    2 +-
 5 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59a69a5..12562a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /nova-2014.2.rc2.tar.gz
 /nova-2014.2.tar.gz
 /nova-2014.2.1.tar.gz
+/nova-2014.2.2.tar.gz
diff --git a/0001-remove-runtime-dep-on-python-pbr.patch b/0001-remove-runtime-dep-on-python-pbr.patch
index b7dbe8f..0913083 100644
--- a/0001-remove-runtime-dep-on-python-pbr.patch
+++ b/0001-remove-runtime-dep-on-python-pbr.patch
@@ -1,4 +1,4 @@
-From 2350556fd5e62e523668d85a1d1376894d63a7b8 Mon Sep 17 00:00:00 2001
+From 7719c14dc23376033ecc6d260be717aa03d13227 Mon Sep 17 00:00:00 2001
 From: Nikola Dipanov <ndipanov at redhat.com>
 Date: Fri, 14 Jun 2013 11:29:50 +0200
 Subject: [PATCH] remove runtime dep on python-pbr
diff --git a/0002-Move-notification-point-to-a-better-place.patch b/0002-Move-notification-point-to-a-better-place.patch
index e9506e5..d707238 100644
--- a/0002-Move-notification-point-to-a-better-place.patch
+++ b/0002-Move-notification-point-to-a-better-place.patch
@@ -1,4 +1,4 @@
-From 1df8b04112a2b4906ee79e0bdc8798d96352087d Mon Sep 17 00:00:00 2001
+From 066c8813e389206c82e80de2ff966dab1672217b Mon Sep 17 00:00:00 2001
 From: Alan Pevec <apevec at redhat.com>
 Date: Mon, 14 Apr 2014 18:11:04 +0200
 Subject: [PATCH] Move notification point to a better place
diff --git a/openstack-nova.spec b/openstack-nova.spec
index ea50d52..5373684 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -5,7 +5,7 @@
 %global milestone rc2
 
 Name:             openstack-nova
-Version:          2014.2.1
+Version:          2014.2.2
 Release:          1%{?dist}
 Summary:          OpenStack Compute (nova)
 
@@ -14,6 +14,9 @@ License:          ASL 2.0
 URL:              http://openstack.org/projects/compute/
 Source0:          http://launchpad.net/nova/%{release_name}/%{version}/+download/nova-%{version}.tar.gz
 
+Patch0001: 0001-remove-runtime-dep-on-python-pbr.patch
+Patch0002: 0002-Move-notification-point-to-a-better-place.patch
+
 Source1:          nova-dist.conf
 Source2:          nova.conf.sample
 Source6:          nova.logrotate
@@ -40,12 +43,6 @@ Source22:         nova-ifc-template
 Source24:         nova-sudoers
 Source30:         openstack-nova-novncproxy.sysconfig
 
-#
-# patches_base=2014.2.1
-#
-Patch0001: 0001-remove-runtime-dep-on-python-pbr.patch
-Patch0002: 0002-Move-notification-point-to-a-better-place.patch
-
 BuildArch:        noarch
 BuildRequires:    intltool
 BuildRequires:    python-sphinx
@@ -806,6 +803,9 @@ exit 0
 %endif
 
 %changelog
+* Wed Feb 11 2015 Alan Pevec <alan.pevec at redhat.com> 2014.2.2-1
+- Update to upstream 2014.2.2
+
 * Tue Dec 09 2014 Pádraig Brady <pbrady at redhat.com> - 2014.2.1-1
 - Update to upstream 2014.2.1 release
 
diff --git a/sources b/sources
index 510a7da..8af9b75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a9ee8259c78cb3070bf145a96746be2  nova-2014.2.1.tar.gz
+ca3e254798e19190c302e63c7ea4918b  nova-2014.2.2.tar.gz


More information about the scm-commits mailing list