From 2d4639cdc55112b0a752fd802f6f45e88c9d1ba2 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Oct 16 2014 22:30:03 +0000 Subject: Juno release --- diff --git a/.gitignore b/.gitignore index fbe0104..de05276 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /keystone-2014.2.b3.tar.gz /keystone-2014.2.rc1.tar.gz /keystone-2014.2.rc2.tar.gz +/keystone-2014.2.tar.gz diff --git a/openstack-keystone.spec b/openstack-keystone.spec index 0f6c1aa..71999f8 100644 --- a/openstack-keystone.spec +++ b/openstack-keystone.spec @@ -5,13 +5,12 @@ Name: openstack-keystone Version: 2014.2 -Release: 0.6%{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}-%{milestone}/+download/keystone-%{version}.%{milestone}.tar.gz +Source0: http://launchpad.net/keystone/%{release_name}/%{version}/+download/keystone-%{version}.tar.gz Source1: openstack-keystone.logrotate Source2: openstack-keystone.service Source3: openstack-keystone.sysctl @@ -22,9 +21,6 @@ Source22: openstack-keystone.init Source23: openstack-keystone.upstart -# -# patches_base=2014.2.rc2 -# Patch0001: 0001-remove-runtime-dep-on-python-pbr.patch Patch0002: 0002-sync-parameter-values-with-keystone-dist.conf.patch @@ -117,7 +113,7 @@ This package contains documentation for Keystone. %endif %prep -%setup -q -n keystone-%{version}.%{milestone} +%setup -q -n keystone-%{version} %patch0001 -p1 %patch0002 -p1 @@ -131,8 +127,6 @@ rm -f test-requirements.txt requirements.txt # Remove dependency on pbr and set version as per rpm sed -i s/REDHATKEYSTONEVERSION/%{version}/ bin/keystone-all keystone/cli.py -sed -i 's/%{version}.%{milestone}/%{version}/' PKG-INFO - # make doc build compatible with python-oslo-sphinx RPM sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py @@ -277,23 +271,8 @@ fi %endif %changelog -* Fri Oct 10 2014 Alan Pevec 2014.2-0.6rc2 -- Update to upstream 2014.2.rc2 - -* Wed Oct 01 2014 Alan Pevec 2014.2-0.5.rc1 -- Update to upstream 2014.2.rc1 - -* Thu Sep 11 2014 Alan Pevec 2014.2-0.4.b3 -- update dependencies - -* Fri Sep 05 2014 Alan Pevec 2014.2-0.3.b3 -- juno-3 milestone - -* Fri Jul 25 2014 Alan Pevec 2014.2-0.2.b2 -- juno-2 milestone - -* Wed Jul 09 2014 Alan Pevec 2014.2-0.1.b -- juno-1 milestone +* Thu Oct 16 2014 Alan Pevec 2014.2-1 +- Juno release * Wed Jul 09 2014 Alan Pevec 2014.1.1-4 - Keystone V2 trusts privilege escalation through user supplied project id diff --git a/sources b/sources index c9cf0f4..bc757ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d08812de436740e81c0918acb14b63a5 keystone-2014.2.rc2.tar.gz +548be011d32107af2a05258363e5b45f keystone-2014.2.tar.gz