From 5ef267a12ed9c7977b92e9bb43ecc33295014564983d3bebadfa54316f0143a9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 23 Jul 2012 14:56:47 +0000 Subject: [PATCH] - Require openssl-certs on SLE instead of ca-certificates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=24 --- python-httplib2.changes | 5 +++++ python-httplib2.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-httplib2.changes b/python-httplib2.changes index 2feecd1..6c70890 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 23 14:56:00 UTC 2012 - saschpe@suse.de + +- Require openssl-certs on SLE instead of ca-certificates + ------------------------------------------------------------------- Tue Jul 17 08:24:44 UTC 2012 - saschpe@suse.de diff --git a/python-httplib2.spec b/python-httplib2.spec index d304444..22e8e6e 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -29,7 +29,11 @@ Patch0: httplib2-use-system-certs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel #BuildRequires: python-pyOpenSSL +%if 0%{?sles_version} +Requires: openssl-certs +%else Requires: ca-certificates +%endif Requires: python-pyOpenSSL %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}