From e03800e0e3d19ea3d56df86c30fd21d860000cd1 Mon Sep 17 00:00:00 2001 From: Michal Date: Tue, 15 Nov 2016 12:42:17 +0100 Subject: [PATCH] Added compat-openssl10-devel package as well. --- mariadb.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index fe496f8..cf15745 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -215,10 +215,12 @@ BuildRequires: perl(Time::HiRes) # Temporary workaound to build with OpenSSL 1.0 on Fedora >=26 (wich requires OpenSSL 1.1) -BuildRequires: compat-openssl10 +BuildRequires: compat-openssl10-devel +Requires: compat-openssl10 # for running some openssl tests rhbz#1189180 #BuildRequires: openssl + BuildRequires: selinux-policy-devel %{?with_init_systemd:BuildRequires: systemd systemd-devel}