From b404ef3110ea3f7ab0f3d2ff9e14e2669a259f7d Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Tue, 17 Jul 2018 22:16:11 +0200 Subject: [PATCH] Use explicitly openssl-devel as dependency for -devel sub-package The reason is that we want to install the same version of the openssl as we use for building, not any version, like compat-openssl10-devel (which is the case actually, because yum prefers the name sooner in the alphabet). --- community-mysql.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index 1e25a0a..67c22da 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -301,7 +301,7 @@ the MySQL server and some accompanying files and directories. %package devel Summary: Files for development of MySQL applications %{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}} -Requires: pkgconfig(openssl) +Requires: openssl-devel Requires: zlib-devel %{?with_conflicts:Conflicts: mariadb-devel} @@ -933,6 +933,7 @@ fi * Tue Jul 17 2018 Honza Horak - 8.0.11-5 - Move log file to a directory owned by mysql user Resolves: #1590369 +- Use explicitly openssl-devel as dependency for -devel sub-package * Thu Jul 12 2018 Honza Horak - 8.0.11-4 - Move mysqld back to /usr/libexec, and create a symlink in /usr/sbin