From 1031550694806af75d577e92b024affe572014472588fa9e1fa2feb267138d4f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 18 Jun 2013 11:32:48 +0000 Subject: [PATCH] Accepting request 179540 from home:jengelh:sasl - Explicitly specify openssl build dependency OBS-URL: https://build.opensuse.org/request/show/179540 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=26 --- python-ldap.changes | 5 +++++ python-ldap.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-ldap.changes b/python-ldap.changes index 9ef701c..cdf16d3 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 18 10:34:35 UTC 2013 - jengelh@inai.de + +- Explicitly specify openssl build dependency + ------------------------------------------------------------------- Thu Jun 7 18:44:07 UTC 2012 - michael@stroeder.com diff --git a/python-ldap.spec b/python-ldap.spec index 8891c83..00763fb 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -1,7 +1,7 @@ # # spec file for package python-ldap # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,18 @@ Name: python-ldap Version: 2.4.10 -Release: 1 +Release: 0 Summary: Python LDAP interface License: SUSE-Public-Domain Group: Development/Libraries/Python Url: http://www.python-ldap.org/ Source: http://pypi.python.org/packages/source/p/python-ldap/python-ldap-%{version}.tar.gz -BuildRequires: cyrus-sasl-devel +BuildRequires: cyrus-sasl-devel >= 2.1 BuildRequires: fdupes BuildRequires: krb5-devel +BuildRequires: libopenssl-devel >= 0.9.7 BuildRequires: openldap2-devel >= 2.4.11 -BuildRequires: python-devel +BuildRequires: python-devel >= 2.3 Requires: libldap-2_4-2 >= 2.4.11 Requires: python-pyasn1 Requires: python-pyasn1-modules