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
This commit is contained in:
parent
dc7ebce1b7
commit
3903a8bec2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user