From 3903a8bec2b1a95e352270dbb8d7d9c84a6a3a6e59f3f311dd10fccb9ec7b3e7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Sep 2017 09:11:45 +0000 Subject: [PATCH] Accepting request 527707 from home:vitezslav_cizek:branches:devel:libraries:c_c++ - Explicitly require libopenssl-1_0_0-devel (bsc#1055322) * Botan 1.x won't support OpenSSL 1.1 (https://github.com/randombit/botan/issues/753) OBS-URL: https://build.opensuse.org/request/show/527707 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=69 --- Botan.changes | 7 +++++++ Botan.spec | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/Botan.changes b/Botan.changes index dac04e2..6b4d763 100644 --- a/Botan.changes +++ b/Botan.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 21 09:48:17 UTC 2017 - vcizek@suse.com + +- Explicitly require libopenssl-1_0_0-devel (bsc#1055322) + * Botan 1.x won't support OpenSSL 1.1 + (https://github.com/randombit/botan/issues/753) + ------------------------------------------------------------------- Wed Apr 12 14:52:45 UTC 2017 - daniel.molkentin@suse.com diff --git a/Botan.spec b/Botan.spec index 65d0628..044c246 100644 --- a/Botan.spec +++ b/Botan.spec @@ -42,7 +42,12 @@ BuildRequires: bzip2 >= 1.0.2 BuildRequires: gcc-c++ BuildRequires: gmp-devel >= 4.1 BuildRequires: libbz2-devel +# Botan 1.x doesn't build with OpenSSL 1.1, so explicitly require OpenSSL 1.0.x +%if %{suse_version} < 1330 BuildRequires: openssl-devel +%else +BuildRequires: libopenssl-1_0_0-devel +%endif BuildRequires: pkg-config BuildRequires: python BuildRequires: zlib-devel