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).
This commit is contained in:
Honza Horak 2018-07-17 22:16:11 +02:00
parent 12a01a49cf
commit b404ef3110

View File

@ -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 <hhorak@redhat.com> - 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 <hhorak@redhat.com> - 8.0.11-4
- Move mysqld back to /usr/libexec, and create a symlink in /usr/sbin