[openstack-keystone/f18] openssl is required for PKI tokens

Alan Pevec apevec at fedoraproject.org
Mon Mar 11 22:29:08 UTC 2013


commit 63e38b7c6ef3b90945209cc6fcb2ce77e71b43ac
Author: Alan Pevec <apevec at redhat.com>
Date:   Mon Mar 11 23:28:27 2013 +0100

    openssl is required for PKI tokens
    
    rhbz#918757

 openstack-keystone.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index ec754d9..5bed128 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -7,7 +7,7 @@
 
 Name:           openstack-keystone
 Version:        2012.2.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 #Release:        0.1.%{release_letter}%{milestone}%{?dist}
 Summary:        OpenStack Identity Service
 
@@ -78,6 +78,7 @@ Requires:       python-passlib
 Requires:       MySQL-python
 Requires:       PyPAM
 Requires:       python-iso8601
+Requires:       openssl
 
 %description -n   python-keystone
 Keystone is a Python implementation of the OpenStack
@@ -222,6 +223,9 @@ fi
 %endif
 
 %changelog
+* Mon Mar 11 2013 Alan Pevec <apevec at redhat.com> 2012.2.3-4
+- openssl is required for PKI tokens rhbz#918757
+
 * Sat Feb 23 2013 Alan Pevec <apevec at redhat.com> 2012.2.3-3
 - ensure user and tenant are enabled CVE-2013-0282
 - disable XML entity parsing CVE-2013-1664, CVE-2013-1665


More information about the scm-commits mailing list