From f21a855eb238b434b2fa7dd0a7ef52351a331eb0 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 1 Dec 2016 12:09:15 +0100 Subject: [PATCH] devel: use pkgconfig(openssl) to allow any implementation (like compat-openssl10) --- mariadb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index 161e5fa..74a3e9b 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -124,7 +124,7 @@ Name: mariadb Version: %{compatver}.%{bugfixver} -Release: 5%{?with_debug:.debug}%{?dist} +Release: 6%{?with_debug:.debug}%{?dist} Epoch: 3 Summary: A community developed branch of MySQL @@ -451,7 +451,7 @@ or products (such as Excel), or data retrieved from the environment Summary: Files for development of MariaDB/MySQL applications Group: Applications/Databases %{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}} -Requires: openssl-devel%{?_isa} +Requires: pkgconfig(openssl) # avoid issues with openssl1.0 / openssl1.1 / compat %if %{with mysql_names} Provides: mysql-devel = %{sameevr} Provides: mysql-devel%{?_isa} = %{sameevr} @@ -1337,6 +1337,9 @@ fi %endif %changelog +* Thu Dec 01 2016 Rex Dieter - 3:10.1.19-6 +- -devel: use pkgconfig(openssl) to allow any implementation (like compat-openssl10) + * Wed Nov 30 2016 Michal Schorm - 3:10.1.19-5 - Testsuite blacklists heavily updated. Current tracker: #1399847 - Log-error option added to all config files examples