From 7d80bfec00da30d3513d9edff26b0b023efb76d0 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: May 07 2015 20:36:36 +0000 Subject: Add openssl as BuildRequires to run some openssl tests during build Related: #1189180 Conflicts: mariadb.spec --- diff --git a/mariadb.spec b/mariadb.spec index 84db6d4..f693ebd 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -193,6 +193,8 @@ BuildRequires: perl(Socket) BuildRequires: perl(Sys::Hostname) BuildRequires: perl(Test::More) BuildRequires: perl(Time::HiRes) +# for running some openssl tests rhbz#1189180 +BuildRequires: openssl %{?with_init_systemd:BuildRequires: systemd} Requires: bash @@ -1155,6 +1157,8 @@ fi - Let plugin dir to be owned by -common - Use correct comment in the init script Related: #1184604 +- Add openssl as BuildRequires to run some openssl tests during build + Related: #1189180 * Sat May 02 2015 Kalev Lember - 1:10.0.17-3 - Rebuilt for GCC 5 C++11 ABI change