diff --git a/openslp.SuSEfirewall2 b/openslp.SuSEfirewall2 deleted file mode 100644 index 35936f9..0000000 --- a/openslp.SuSEfirewall2 +++ /dev/null @@ -1,6 +0,0 @@ -## Name: Openslp server (SLP) -## Description: Enables Openslp server to advertise services - -# space separated list of allowed ports -TCP="427" -UDP="427" diff --git a/openslp.changes b/openslp.changes index fe72883..9ca4176 100644 --- a/openslp.changes +++ b/openslp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 25 11:11:16 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 + ------------------------------------------------------------------- Wed Jun 12 11:32:40 UTC 2019 - Tomáš Chvátal diff --git a/openslp.spec b/openslp.spec index 2c08213..c6bcbd1 100644 --- a/openslp.spec +++ b/openslp.spec @@ -29,7 +29,6 @@ Source2: README.SUSE Source3: openslp.desktop Source4: openslp-devel.desktop Source5: openslp.logrotate -Source7: openslp.SuSEfirewall2 Source8: baselibs.conf Source9: slpd.service Source10: openslp.logrotate.systemd @@ -188,7 +187,6 @@ install -m 0644 %{SOURCE3} \ mkdir -p %{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/ install -m 0644 %{SOURCE4} \ %{buildroot}%{_datadir}/susehelp/meta/Development/Libraries/ -install -D -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/openslp install -D -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/slpd.service @@ -242,7 +240,6 @@ getent passwd openslp >/dev/null || useradd -r -g daemon -d %{_localstatedir}/li %{_sbindir}/slpd %config(noreplace) %{_sysconfdir}/slp.reg %config(noreplace) %{_sysconfdir}/logrotate.d/openslp-server -%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/openslp %{_unitdir}/slpd.service %files devel