[openstack-glance] Updated patches from master-patches

Russell Bryant russellb at fedoraproject.org
Mon Jan 30 20:02:18 UTC 2012


commit e65637bde1fab0cbd1f04fecd8efa80f8f4ae241
Author: Russell Bryant <rbryant at redhat.com>
Date:   Mon Jan 30 14:57:54 2012 -0500

    Updated patches from master-patches

 ...-Don-t-access-the-net-while-building-docs.patch |    5 +----
 openstack-glance.spec                              |    9 ++++++---
 2 files changed, 7 insertions(+), 7 deletions(-)
---
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 c354552..44c8f03 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 aefa810b6fd633e119c11798ecdba56030916335 Mon Sep 17 00:00:00 2001
+From ae2c8ca8d51b953c4659950c2cfe41fcab74dbd6 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
@@ -23,6 +23,3 @@ index 5b02862..34816e5 100644
                'sphinx.ext.pngmath',
                'sphinx.ext.graphviz',
                'sphinx.ext.todo']
--- 
-1.7.7.6
-
diff --git a/openstack-glance.spec b/openstack-glance.spec
index ae743fb..0a6ade0 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2012.1
-Release:          0.1.e3%{?dist}
+Release:          0.2.e3%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -14,7 +14,7 @@ Source3:          openstack-glance.logrotate
 #
 # patches_base=essex-3
 #
-Patch01:          0001-Don-t-access-the-net-while-building-docs.patch
+Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
 
 BuildArch:        noarch
 BuildRequires:    python2-devel
@@ -95,7 +95,7 @@ This package contains documentation files for glance.
 %prep
 %setup -q -n glance-%{version}
 
-%patch01 -p1
+%patch0001 -p1
 
 sed -i 's|\(sql_connection = sqlite:///\)\(glance.sqlite\)|\1%{_sharedstatedir}/glance/\2|' etc/glance-registry.conf
 
@@ -217,6 +217,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Mon Jan 30 2012 Russell Bryant <rbryant at redhat.com> - 2012.1-0.2.e3
+- Update how patches are managed to use update_patches.sh script
+
 * Thu Jan 26 2012 Russell Bryant <rbryant at redhat.com> - 2012.1-0.1.e3
 - Update to essex-3 milestone
 


More information about the scm-commits mailing list