Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 586618 Details for
Bug 824034
auth_token middleware should be in its own subpackage
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
final proposed patch
0001-python-keystone-auth-token-subpackage.patch (text/plain), 2.46 KB, created by
Alan Pevec
on 2012-05-24 12:39:56 UTC
(
hide
)
Description:
final proposed patch
Filename:
MIME Type:
Creator:
Alan Pevec
Created:
2012-05-24 12:39:56 UTC
Size:
2.46 KB
patch
obsolete
>From ec69c999e034343b21d5c37c34b80e7a65d73eab Mon Sep 17 00:00:00 2001 >From: Alan Pevec <apevec@redhat.com> >Date: Thu, 24 May 2012 01:24:01 +0200 >Subject: [PATCH] python-keystone-auth-token subpackage > >rhbz#824034 >--- > openstack-keystone.spec | 32 ++++++++++++++++++++++++++++++-- > 1 files changed, 30 insertions(+), 2 deletions(-) > >diff --git a/openstack-keystone.spec b/openstack-keystone.spec >index 803f87e..dd819d0 100644 >--- a/openstack-keystone.spec >+++ b/openstack-keystone.spec >@@ -11,7 +11,7 @@ > > Name: openstack-keystone > Version: 2012.1 >-Release: 2%{?dist} >+Release: 3%{?dist} > #Release: 0.1.%{release_letter}%{milestone}%{?dist} > Summary: OpenStack Identity Service > >@@ -56,8 +56,10 @@ Group: Applications/System > # python-keystone added in 2012.1-0.2.e3 > Conflicts: openstack-keystone < 2012.1-0.2.e3 > >+# to pull middleware on yum update >+Requires: python-keystone-auth-token = %{version}-%{release} >+ > Requires: python-eventlet >-Requires: python-iso8601 > Requires: python-ldap > Requires: python-lxml > Requires: python-memcached >@@ -75,6 +77,22 @@ Keystone is a Python implementation of the OpenStack > > This package contains the Keystone Python library. > >+%package -n python-keystone-auth-token >+Summary: Keystone Authentication Middleware. >+Group: Applications/System >+# python-keystone-auth-token added in 2012.1-3 >+Conflicts: openstack-keystone < 2012.1-3 >+ >+Requires: python-iso8601 >+Requires: python-memcached >+Requires: python-webob >+ >+%description -n python-keystone-auth-token >+Keystone is a Python implementation of the OpenStack >+(http://www.openstack.org) identity service API. >+ >+This package contains the Keystone Authentication Middleware. >+ > %prep > %setup -q -n keystone-%{version} > >@@ -177,9 +195,19 @@ fi > %defattr(-,root,root,-) > %doc LICENSE > %{python_sitelib}/keystone >+%exclude %{python_sitelib}/keystone/middleware/auth_token.py* > %{python_sitelib}/keystone-%{version}-*.egg-info > >+%files -n python-keystone-auth-token >+%defattr(-,root,root,-) >+%doc LICENSE >+%dir %{python_sitelib}/keystone >+%{python_sitelib}/keystone/middleware/auth_token.py* >+ > %changelog >+* Thu May 24 2012 Alan Pevec <apevec@redhat.com> 2012.1-3 >+- python-keystone-auth-token subpackage (rhbz#824034) >+ > * Mon May 21 2012 Alan Pevec <apevec@redhat.com> 2012.1-2 > - Sync up with Essex stable branch > - Remove dependencies no loner needed by Essex >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 824034
:
586483
|
586484
|
586618
|
586621