From b29a01e8f46e2f36d299a77fb2e5cc31f7b42a173a63d387a855c012db8ca232 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 1 Dec 2013 21:18:19 +0000 Subject: [PATCH] Accepting request 208955 from home:rjschwei:branches:devel:languages:python - SUSE internal build service does not recognize %0{sles_version} use a different version inidcator to depend on openssl-certs vs ca-certificates OBS-URL: https://build.opensuse.org/request/show/208955 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=44 --- python-httplib2.changes | 7 +++++++ python-httplib2.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-httplib2.changes b/python-httplib2.changes index 3dee099..7f613f9 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 30 10:26:23 UTC 2013 - rschweikert@suse.com + +- SUSE internal build service does not recognize %0{sles_version} + use a different version inidcator to depend on openssl-certs vs + ca-certificates + ------------------------------------------------------------------- Thu Aug 15 10:06:46 UTC 2013 - speilicke@suse.com diff --git a/python-httplib2.spec b/python-httplib2.spec index 9667d71..80a9ea8 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel # Test requirements (for ssl module): #BuildRequires: python -%if 0%{?sles_version} +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: openssl-certs %else Requires: ca-certificates