[openstack-glance/f18] update to stable release 2012.2.3

Pádraig Brady pbrady at fedoraproject.org
Fri Feb 1 16:59:28 UTC 2013


commit e42c68d59c3566289fef29a8bdda9d4dc8a18acf
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Feb 1 16:49:27 2013 +0000

    update to stable release 2012.2.3

 .gitignore                                         |    1 +
 ...-Don-t-access-the-net-while-building-docs.patch |    6 +-
 ...end_password_leak_in_Glance_error_message.patch |   75 --------------------
 openstack-glance.spec                              |   11 ++--
 sources                                            |    2 +-
 5 files changed, 11 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5408c81..2b59bdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /glance-2012.2.tar.gz
 /glance-2012.2.1.tar.gz
+/glance-2012.2.3.tar.gz
diff --git a/0001-Don-t-access-the-net-while-building-docs.patch b/0001-Don-t-access-the-net-while-building-docs.patch
index 640ea8a..6689156 100644
--- a/0001-Don-t-access-the-net-while-building-docs.patch
+++ b/0001-Don-t-access-the-net-while-building-docs.patch
@@ -1,4 +1,4 @@
-From c5a86ab3086670355a43284481c490854566b04b Mon Sep 17 00:00:00 2001
+From d55a5b150e089c8a82f2fd3c311598a688630f5e Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady at redhat.com>
 Date: Fri, 6 Jan 2012 17:12:54 +0000
 Subject: [PATCH] Don't access the net while building docs
@@ -8,8 +8,8 @@ Subject: [PATCH] Don't access the net while building docs
 Change-Id: I42c6e3a5062db209a0abe00cebc04d383c79cbcb
 (cherry picked from commit f2b4bb4e45afcc178200966193a7b87401c534d7)
 ---
- doc/source/conf.py | 1 -
- 1 file changed, 1 deletion(-)
+ doc/source/conf.py |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
 
 diff --git a/doc/source/conf.py b/doc/source/conf.py
 index 50cdba5..8117e0f 100644
diff --git a/openstack-glance.spec b/openstack-glance.spec
index bf8a8d7..b2a4b6a 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -2,8 +2,8 @@
 # This is 2012.2 folsom release
 #
 Name:             openstack-glance
-Version:          2012.2.1
-Release:          2%{?dist}
+Version:          2012.2.3
+Release:          1%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -15,10 +15,9 @@ Source2:          openstack-glance-registry.service
 Source3:          openstack-glance.logrotate
 
 #
-# patches_base=2012.2.1
+# patches_base=2012.2.3
 #
 Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
-Patch0002: 0002-Backend_password_leak_in_Glance_error_message.patch
 
 BuildArch:        noarch
 BuildRequires:    python2-devel
@@ -103,7 +102,6 @@ This package contains documentation files for glance.
 %setup -q -n glance-%{version}
 
 %patch0001 -p1
-%patch0002 -p1
 
 # Remove bundled egg-info
 rm -rf glance.egg-info
@@ -271,6 +269,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Fri Feb 01 2013 Pádraig Brady <P at draigBrady.com> 2012.2.3-1
+- Update to stable release 2012.2.3
+
 * Tue Jan 29 2013 Nikola Đipanov <ndipanov at redhat.com> 2012.2.1-2
 - Fix backend password leak in Glance error message (CVE-2013-0212)
 
diff --git a/sources b/sources
index 504ec38..063fc2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5325816a202842491efe0c44c5c77948  glance-2012.2.1.tar.gz
+a278f260d796865d3add989b6b293bca  glance-2012.2.3.tar.gz


More information about the scm-commits mailing list