[openstack-keystone] upate to final essex rc1

Alan Pevec apevec at fedoraproject.org
Sat Mar 24 21:30:13 UTC 2012


commit a52820ca6df700f6b03e9d498fce88f657b57c18
Author: Alan Pevec <apevec at redhat.com>
Date:   Sat Mar 24 22:29:09 2012 +0100

    upate to final essex rc1

 .gitignore                                         |    3 +-
 ...itical-typo-in-endpoint_create-bug-961412.patch |   87 --------------------
 openstack-keystone.spec                            |   19 ++--
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 99 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2eaea46..7fb33df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/keystone-2012.1~e4.tar.gz
-/keystone-2012.1~rc1~20120320.2182.tar.gz
+/keystone-2012.1~rc1.tar.gz
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index d5f7796..694ac5a 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -1,30 +1,29 @@
 #
-# This is 2012.1 essex rc1 snapshot
+# This is 2012.1 essex rc1
 #
 %global release_name essex
 %global release_letter rc
 %global milestone 1
-%global snapdate 20120320
-%global git_revno 2182
+%global snapdate 20120323
+%global git_revno r2186
+
 %global snaptag ~%{release_letter}%{milestone}~%{snapdate}.%{git_revno}
 
 Name:           openstack-keystone
 Version:        2012.1
-Release:        0.11.%{release_letter}%{milestone}%{?dist}
+Release:        0.12.%{release_letter}%{milestone}%{?dist}
 Summary:        OpenStack Identity Service
 
 License:        ASL 2.0
 URL:            http://keystone.openstack.org/
-#Source0:        http://launchpad.net/keystone/%{release_name}/%{release_name}-%{milestone}/+download/keystone-%{version}~%{release_letter}%{milestone}.tar.gz
-Source0:        http://keystone.openstack.org/tarballs/keystone-%{version}%{snaptag}.tar.gz
+Source0:        http://launchpad.net/keystone/%{release_name}/%{release_name}-%{milestone}/+download/keystone-%{version}~%{release_letter}%{milestone}.tar.gz
+#Source0:        http://keystone.openstack.org/tarballs/keystone-%{version}%{snaptag}.tar.gz
 Source1:        openstack-keystone.logrotate
 Source2:        openstack-keystone.service
 Source3:        openstack-keystone-db-setup
 Source4:        openstack-config-set
 Source5:        openstack-keystone-sample-data
 
-Patch1: Fix-critical-typo-in-endpoint_create-bug-961412.patch
-
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-sphinx >= 1.0
@@ -77,7 +76,6 @@ This package contains the Keystone Python library.
 
 %prep
 %setup -q -n keystone-%{version}
-%patch1 -p1
 
 # change default configuration
 %{SOURCE4} etc/keystone.conf DEFAULT log_file %{_localstatedir}/log/keystone/keystone.log
@@ -186,6 +184,9 @@ fi
 %{python_sitelib}/keystone-%{version}-*.egg-info
 
 %changelog
+* Sat Mar 24 2012 Alan Pevec <apevec at redhat.com> 2012.1-0.12.rc1
+- upate to final essex rc1
+
 * Wed Mar 21 2012 Alan Pevec <apevec at redhat.com> 2012.1-0.11.rc1
 - essex rc1
 
diff --git a/sources b/sources
index 6eb57fa..69e3f20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fef2005fef87f6e438ff0a8cdcbc82a1  keystone-2012.1~rc1~20120320.2182.tar.gz
+072249be0827a33f62d143be58fce380  keystone-2012.1~rc1.tar.gz


More information about the scm-commits mailing list