From 05ceb6a75452f08cdb3b584a1d9f98973f2a454f359e0f8ad53ccc5ac3ab5689 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 2 Dec 2015 16:56:27 +0000 Subject: [PATCH] Accepting request 346348 from home:frispete:python - SLE12 requires swig3 for a successful build, too OBS-URL: https://build.opensuse.org/request/show/346348 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=25 --- python-M2Crypto.changes | 5 +++++ python-M2Crypto.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index 625293f..9917f25 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 26 09:35:28 UTC 2015 - hpj@urpla.net + +- SLE12 requires swig3 for a successful build, too + ------------------------------------------------------------------- Tue Nov 17 17:54:49 UTC 2015 - hpj@urpla.net diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 4a25d14..b7c0902 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -31,7 +31,8 @@ BuildRequires: openssl BuildRequires: openssl-devel BuildRequires: python-devel BuildRequires: python-setuptools -%if 0%{?suse_version} == 1315 && 0%{?is_opensuse} +# hpj: SLES 12 and Leap 42.1 need swig3 to build this package +%if 0%{?suse_version} == 1315 BuildRequires: swig3 %else BuildRequires: swig