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}