diff --git a/mariadb.changes b/mariadb.changes index 1e1aaf4..b8401eb 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 31 10:38:13 UTC 2017 - vcizek@suse.com + +- Also Require: libopenssl1_0_0 from the libmysqlclient-devel package + ------------------------------------------------------------------- Thu Oct 26 05:16:30 UTC 2017 - bwiedemann@suse.com diff --git a/mariadb.spec b/mariadb.spec index ef21d96..4d99ebc 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -176,7 +176,11 @@ Requires: libaio-devel Requires: libmysqlclient%{soname} = %{version} Requires: libmysqlclient_r%{soname} = %{version} Requires: lzo-devel +%if %{suse_version} < 1330 Requires: pkgconfig(libssl) +%else +Requires: libopenssl1_0_0 +%endif Requires: zlib-devel # mysql-devel needs to be provided as some pkgs still depend on it Provides: mysql-devel = %{version}