SHA256
1
0
forked from pool/mariadb

Accepting request 718278 from home:mgerstner:branches:server:database

- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
  firewalld, see [1].
  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html

OBS-URL: https://build.opensuse.org/request/show/718278
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=232
This commit is contained in:
Martin Pluskal 2019-07-24 14:23:33 +00:00 committed by Git OBS Bridge
parent 5af2e5086d
commit 7d5bc2fc44
3 changed files with 8 additions and 11 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 24 12:49:32 UTC 2019 - matthias.gerstner@suse.com
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
firewalld, see [1].
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 17 13:39:54 UTC 2019 - Kristýna Streitová <kstreitova@suse.com> Mon Jun 17 13:39:54 UTC 2019 - Kristýna Streitová <kstreitova@suse.com>

View File

@ -59,7 +59,6 @@ Source1: %{name}-%{version}.tar.gz.sig
Source2: %{name}.keyring Source2: %{name}.keyring
Source4: README.debug Source4: README.debug
Source5: suse-test-run Source5: suse-test-run
Source6: mysql.SuSEfirewall2
Source7: README.install Source7: README.install
Source14: my.ini Source14: my.ini
Source15: mariadb.service Source15: mariadb.service
@ -603,9 +602,6 @@ cat >> %{buildroot}%{_tmpfilesdir}/mariadb.conf <<EOF
x %{_localstatedir}/tmp/mysql.* x %{_localstatedir}/tmp/mysql.*
EOF EOF
# SuSEfirewall service description
install -D -m 644 %{_sourcedir}/mysql.SuSEfirewall2 %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mysql
# Testsuite # Testsuite
install -d -m 755 '%{buildroot}'%{_datadir}/mysql-test/ install -d -m 755 '%{buildroot}'%{_datadir}/mysql-test/
install -m 755 suse-test-run '%{buildroot}'%{_datadir}/mysql-test/ install -m 755 suse-test-run '%{buildroot}'%{_datadir}/mysql-test/
@ -783,7 +779,6 @@ exit 0
%dir %{_libdir}/mysql %dir %{_libdir}/mysql
%{_libdir}/mysql/mysqld.sym %{_libdir}/mysql/mysqld.sym
%{_libdir}/mysql/INFO_SRC %{_libdir}/mysql/INFO_SRC
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/mysql
%dir %{_libdir}/mysql/plugin %dir %{_libdir}/mysql/plugin
%{_libdir}/mysql/plugin/*.so %{_libdir}/mysql/plugin/*.so
%exclude %{_libdir}/mysql/plugin/dialog*.so %exclude %{_libdir}/mysql/plugin/dialog*.so

View File

@ -1,6 +0,0 @@
## Name: MySQL server
## Description: opens ports for MySQL in order to allow other hosts connect to it
# space separated list of allowed TCP ports
TCP="3306"