[openstack-glance/el6-grizzly] Bump to version 2013.1.2

John Bresnahan buzztroll at fedoraproject.org
Thu Jun 6 23:41:15 UTC 2013


commit 99d9f439b980c7020e5cdfb75e31216f1a575c10
Author: John Bresnahan <jbresnah at redhat.com>
Date:   Thu Jun 6 11:29:10 2013 -1000

    Bump to version 2013.1.2
    
    Updated patches from el6-grizzly-patches

 .gitignore                                         |    1 +
 ...-Don-t-access-the-net-while-building-docs.patch |    2 +-
 Avoid-NULLs-in-crypto-padding.patch                |   47 --------------------
 crypto.random.patch                                |   39 ----------------
 openstack-glance-newdeps.patch                     |   41 -----------------
 openstack-glance.spec                              |   17 +++----
 sources                                            |    2 +-
 7 files changed, 10 insertions(+), 139 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6fc012..20bd9ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /glance-2013.1.rc1.tar.gz
 /glance-2013.1.rc2.tar.gz
 /glance-2013.1.tar.gz
+/glance-2013.1.2.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 de1e629..1b4fb45 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 452eef14a50921542770a5727c46eb33cca220ef Mon Sep 17 00:00:00 2001
+From df7772cffe973b65a717219251ffeb935d10a3fc 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
diff --git a/openstack-glance.spec b/openstack-glance.spec
index c4cbdec..7fdabe9 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,12 +1,12 @@
 Name:             openstack-glance
-Version:          2013.1
-Release:          3%{?dist}
+Version:          2013.1.2
+Release:          1%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              http://glance.openstack.org
-Source0:          https://launchpad.net/glance/grizzly/2013.1/+download/glance-2013.1.tar.gz
+Source0:          https://launchpad.net/glance/grizzly/2013.1/+download/glance-2013.1.2.tar.gz
 Source1:          openstack-glance-api.init
 Source100:        openstack-glance-api.upstart
 Source2:          openstack-glance-registry.init
@@ -16,14 +16,11 @@ Source300:        openstack-glance-scrubber.upstart
 Source4:          openstack-glance.logrotate
 
 #
-# patches_base=2013.1
+# patches_base=2013.1.2
 #
 Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
 
 # EPEL specific
-Patch100:         openstack-glance-newdeps.patch
-Patch101:         crypto.random.patch
-Patch102:         Avoid-NULLs-in-crypto-padding.patch
 
 BuildArch:        noarch
 BuildRequires:    python2-devel
@@ -110,9 +107,6 @@ This package contains documentation files for glance.
 
 %patch0001 -p1
 
-%patch100 -p1
-%patch101 -p1
-%patch102 -p1
 
 # Remove bundled egg-info
 rm -rf glance.egg-info
@@ -290,6 +284,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Thu Jun  6 2013 John Bresnahan <jbresnah at redhat.com> 2013.1.2
+- Update to 2013.1.2
+
 * Mon May 13 2013 Pádraig Brady <P at draigBrady.com> 2013.1-3
 - Add the scrubber service for deferred image deletion
 
diff --git a/sources b/sources
index 6e6f74f..c745516 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd813098ca807bed67440bb1646d0647  glance-2013.1.tar.gz
+3368425f52b072e83eefcf1e65f38564  glance-2013.1.2.tar.gz


More information about the scm-commits mailing list