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