[python-paste/f12/master] Require pyOpenSSL so that we get SSL capabilities (#631016)

Luke Macken lmacken at fedoraproject.org
Tue Sep 7 16:12:17 UTC 2010


commit 0da3748acd0ca6153ff3137de4518872ab2beedf
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Sep 7 12:12:15 2010 -0400

    Require pyOpenSSL so that we get SSL capabilities (#631016)

 python-paste.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-paste.spec b/python-paste.spec
index 418001d..b9fc25d 100644
--- a/python-paste.spec
+++ b/python-paste.spec
@@ -2,7 +2,7 @@
 
 Name:           python-paste
 Version:        1.7.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
 License:        MIT
@@ -14,6 +14,7 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 
+Requires:       pyOpenSSL
 
 %description
 These provide several pieces of "middleware" (or filters) that can be nested
@@ -53,6 +54,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep 07 2010 Luke Macken <lmacken at redhat.com> - 1.7.4-2
+- Require pyOpenSSL so that we get SSL capabilities (#631016)
+
 * Thu Jun 24 2010 Luke Macken <lmacken at redhat.com> - 1.7.4-1
 - 1.7.4 security release
 


More information about the scm-commits mailing list