Add missing requirements for proper wsrep functionality

This commit is contained in:
Honza Horak 2016-02-11 10:24:38 +01:00
parent 43cc79ee49
commit a97ddad354

View File

@ -117,7 +117,7 @@
Name: mariadb Name: mariadb
Version: %{compatver}.%{bugfixver} Version: %{compatver}.%{bugfixver}
Release: 4%{?with_debug:.debug}%{?dist} Release: 5%{?with_debug:.debug}%{?dist}
Epoch: 1 Epoch: 1
Summary: A community developed branch of MySQL Summary: A community developed branch of MySQL
@ -317,6 +317,11 @@ Requires(posttrans): systemd
# mysqlhotcopy needs DBI/DBD support # mysqlhotcopy needs DBI/DBD support
Requires: perl(DBI) Requires: perl(DBI)
Requires: perl(DBD::mysql) Requires: perl(DBD::mysql)
# wsrep requirements
Requires: lsof
Requires: net-tools
Requires: sh-utils
Requires: rsync
%if %{with mysql_names} %if %{with mysql_names}
Provides: mysql-server = %{sameevr} Provides: mysql-server = %{sameevr}
Provides: mysql-server%{?_isa} = %{sameevr} Provides: mysql-server%{?_isa} = %{sameevr}
@ -1182,6 +1187,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Feb 11 2016 Honza Horak <hhorak@redhat.com> - 1:10.1.11-5
- Add missing requirements for proper wsrep functionality
* Mon Feb 08 2016 Honza Horak <hhorak@redhat.com> - 1:10.1.11-4 * Mon Feb 08 2016 Honza Horak <hhorak@redhat.com> - 1:10.1.11-4
- Use systemd unit file more compatible with upstream - Use systemd unit file more compatible with upstream