[openstack-keystone] Update to grizzly final

Alan Pevec apevec at fedoraproject.org
Thu Apr 4 18:58:54 UTC 2013


commit dbf36b86cb4700cb284011e7e4a2b007e0597447
Author: Alan Pevec <apevec at redhat.com>
Date:   Thu Apr 4 20:57:09 2013 +0200

    Update to grizzly final

 .gitignore              |    1 +
 openstack-keystone.spec |   18 ++++++++----------
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6eaa7dc..394d143 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /keystone-2013.1.rc3.tar.gz
+/keystone-2013.1.tar.gz
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index 3b37a05..b36b25c 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -1,28 +1,25 @@
 #
-# This is 2013.1 grizzly rc3
+# This is 2013.1 grizzly release
 #
 %global release_name grizzly
-%global release_letter rc
-%global milestone 3
 
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
 
 Name:           openstack-keystone
 Version:        2013.1
-Release:        0.10.%{release_letter}%{milestone}%{?dist}
+Release:        1%{?dist}
 Summary:        OpenStack Identity Service
 
 License:        ASL 2.0
 URL:            http://keystone.openstack.org/
-#Source0:        http://launchpad.net/keystone/%{release_name}/%{version}/+download/keystone-%{version}.tar.gz
-Source0:        http://launchpad.net/keystone/%{release_name}/%{release_name}-%{release_letter}%{milestone}/+download/keystone-%{version}.%{release_letter}%{milestone}.tar.gz
+Source0:        http://launchpad.net/keystone/%{release_name}/%{version}/+download/keystone-%{version}.tar.gz
 Source1:        openstack-keystone.logrotate
 Source2:        openstack-keystone.service
 Source5:        openstack-keystone-sample-data
 
 
 #
-# patches_base=2013.1.rc3
+# patches_base=2013.1
 #
 
 BuildArch:      noarch
@@ -84,9 +81,7 @@ This package contains documentation for Keystone.
 %endif
 
 %prep
-%setup -q -n keystone-%{version}.%{release_letter}%{milestone}
-
-sed -i 's/2013.1.rc3/2013.1/' PKG-INFO
+%setup -q -n keystone-%{version}
 
 find . \( -name .gitignore -o -name .placeholder \) -delete
 find keystone -name \*.py -exec sed -i '/\/usr\/bin\/env python/d' {} \;
@@ -206,6 +201,9 @@ fi
 %endif
 
 %changelog
+* Thu Apr 04 2013 Alan Pevec <apevec at redhat.com> 2013.1-1
+- Update to grizzly final
+
 * Wed Apr 03 2013 Alan Pevec <apevec at redhat.com> 2013.1-0.10.rc3
 - grizzly rc3
 
diff --git a/sources b/sources
index e27ee94..ba9530f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e57d8776d78e609e26344b1826126699  keystone-2013.1.rc3.tar.gz
+f82189cd7e3f0955e32c60e41f4120da  keystone-2013.1.tar.gz


More information about the scm-commits mailing list