[openstack-keystone/f19] updated to stable grizzly 2013.1.3 release

Alan Pevec apevec at fedoraproject.org
Mon Aug 12 22:07:49 UTC 2013


commit 27043d6c03753b7e1633855291ff7706e1f8347c
Author: Alan Pevec <apevec at redhat.com>
Date:   Mon Aug 12 23:30:30 2013 +0200

    updated to stable grizzly 2013.1.3 release

 .gitignore                                         |    1 +
 0001-Force-simple-Bind-for-authentication.patch    |   83 --------------------
 ...orts-should-be-ints-in-config-bug-1137696.patch |   27 -------
 openstack-keystone.spec                            |   18 +++--
 sources                                            |    2 +-
 5 files changed, 12 insertions(+), 119 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b1d86f..032b180 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /keystone-2013.1.tar.gz
 /keystone-2013.1.1.tar.gz
 /keystone-2013.1.2.tar.gz
+/keystone-2013.1.3.tar.gz
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index bb39d2d..e15e7a7 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -1,13 +1,13 @@
 #
-# This is 2013.1.2 stable/grizzly release
+# This is 2013.1.3 stable/grizzly release
 #
 %global release_name grizzly
 
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
 
 Name:           openstack-keystone
-Version:        2013.1.2
-Release:        3%{?dist}
+Version:        2013.1.3
+Release:        1%{?dist}
 Summary:        OpenStack Identity Service
 
 License:        ASL 2.0
@@ -19,9 +19,8 @@ Source5:        openstack-keystone-sample-data
 
 
 #
-# patches_base=2013.1.2
+# patches_base=2013.1.3
 #
-Patch0001: 0001-Force-simple-Bind-for-authentication.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -73,6 +72,7 @@ This package contains the Keystone Python library.
 %package doc
 Summary:        Documentation for OpenStack Identity Service
 Group:          Documentation
+BuildRequires:  python-migrate
 
 %description doc
 Keystone is a Python implementation of the OpenStack
@@ -84,7 +84,6 @@ This package contains documentation for Keystone.
 %prep
 %setup -q -n keystone-%{version}
 
-%patch0001 -p1
 find . \( -name .gitignore -o -name .placeholder \) -delete
 find keystone -name \*.py -exec sed -i '/\/usr\/bin\/env python/d' {} \;
 # Remove bundled egg-info
@@ -203,10 +202,13 @@ fi
 %endif
 
 %changelog
-* Mon Jun 24 2013 apevec at redhat.com 2013.1.2-3
+* Mon Aug 12 2013 Alan Pevec <apevec at redhat.com> 2013.1.3-1
+- updated to stable grizzly 2013.1.3 release
+
+* Mon Jun 24 2013 Alan Pevec <apevec at redhat.com> 2013.1.2-3
 - restrict /var/log/keystone/ rhbz#956814
 
-* Sat Jun 22 2013 apevec at redhat.com 2013.1.2-2
+* Sat Jun 22 2013 Alan Pevec <apevec at redhat.com> 2013.1.2-2
 - Force simple Bind for authentication CVE-2013-2157
 
 * Fri Jun 07 2013 Alan Pevec <apevec at redhat.com> 2013.1.2-1
diff --git a/sources b/sources
index 628c8d0..1e7d815 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-825d93eb4774927ca222673726298607  keystone-2013.1.2.tar.gz
+49bfcd088426960ef787d040ea8426af  keystone-2013.1.3.tar.gz


More information about the scm-commits mailing list