diff --git a/redis.changes b/redis.changes index 040f215..7abfbec 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 20 09:08:06 UTC 2021 - Andreas Stieger + +- Usage of OPENSSL_INIT_ATFORK in tls.c raises the minimum version + of OpenSSL 1.1.x to 1.1.1, say so in spec + ------------------------------------------------------------------- Tue Apr 20 07:17:18 UTC 2021 - Michael Ströder diff --git a/redis.spec b/redis.spec index 5b36d48..2f8032c 100644 --- a/redis.spec +++ b/redis.spec @@ -41,7 +41,7 @@ Patch0: %{name}-conf.patch Patch1: getMcontextEip-return-value.patch Patch3: reproducible.patch Patch4: ppc-atomic.patch -BuildRequires: libopenssl-devel +BuildRequires: libopenssl-devel >= 1.1.1 BuildRequires: pkgconfig BuildRequires: procps BuildRequires: sysuser-shadow