From 2039ee96078f1d149cec8e31a28eec864785d4da Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 9 Aug 2017 13:41:46 +0200 Subject: [PATCH] Allow 4567 port for tcp as well --- mariadb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index d0589b5..42a0c66 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -1076,8 +1076,10 @@ export MTR_BUILD_THREAD=%{__isa_bits} %if %{with galera} %post server-galera -# README at support-files/policy/selinux/README recommends: +# Do what README at support-files/policy/selinux/README and upstream page +# http://galeracluster.com/documentation-webpages/firewallsettings.html recommend: semanage port -a -t mysqld_port_t -p tcp 4568 >/dev/null 2>&1 || : +semanage port -a -t mysqld_port_t -p tcp 4567 >/dev/null 2>&1 || : semanage port -a -t mysqld_port_t -p udp 4567 >/dev/null 2>&1 || : semodule -i %{_datadir}/selinux/packages/%{name}/%{name}-server-galera.pp >/dev/null 2>&1 || : %endif @@ -1457,6 +1459,7 @@ fi Resolves: #1403416 - Support --defaults-group-suffix properly in systemd unit file Resolves: #1485777 +- Allow 4567 port for tcp as well - Install mysql-wait-ready on RHEL-6 for the SysV init * Sun Aug 20 2017 Honza Horak - 3:10.2.8-1