[openstack-keystone] add Requires: python-passlib

Matt Domsch mdomsch at fedoraproject.org
Wed Oct 19 14:44:03 UTC 2011


commit e972b04336a517a989f118eb4f2cbfaad761687b
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Wed Oct 19 09:44:00 2011 -0500

    add Requires: python-passlib

 openstack-keystone.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index 45aa6ab..16888ab 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -6,7 +6,7 @@
 
 Name:           openstack-keystone
 Version:        1.0
-Release:        0.3.%{milestone}.%{git_revno}%{?dist}
+Release:        0.4.%{milestone}.%{git_revno}%{?dist}
 Summary:        OpenStack Identity Service
 
 License:        ASL 2.0
@@ -32,6 +32,7 @@ Requires:       python-routes
 Requires:       python-sqlalchemy
 Requires:       python-sqlite2
 Requires:       python-webob
+Requires:	python-passlib
 
 Requires(post):   systemd-units
 Requires(preun):  systemd-units
@@ -125,6 +126,9 @@ fi
 %dir %attr(-, keystone, keystone) %{_localstatedir}/log/keystone
 
 %changelog
+* Wed Oct 19 2011 Matt Domsch <Matt_Domsch at dell.com> - 1.0-0.4.d4.1213
+- add Requires: python-passlib
+
 * Mon Oct 3 2011 Matt Domsch <Matt_Domsch at dell.com> - 1.0-0.2.d4.1213
 - update to diablo release.
 - BR systemd-units for _unitdir


More information about the scm-commits mailing list