Accepting request 718518 from home:mgerstner:branches:Base:System

- 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/718518
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=19
This commit is contained in:
Lee Duncan 2019-07-26 15:14:38 +00:00 committed by Git OBS Bridge
parent 6ccad42deb
commit bdbdd8e5bb
3 changed files with 8 additions and 20 deletions

View File

@ -1,17 +0,0 @@
## Name: iSNS iSCSI Name Server Daemon
## Description: Opens ports for iSNS Name Server Daemon with broadcast allowed.
# space separated list of allowed TCP ports
TCP="isns"
# space separated list of allowed UDP ports
UDP="isns"
# space separated list of allowed RPC services
RPC=""
# space separated list of allowed IP protocols
IP=""
# space separated list of allowed UDP broadcast ports
BROADCAST="isns"

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 24 13:52:45 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
-------------------------------------------------------------------
Fri Apr 26 11:28:12 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -24,7 +24,6 @@ Version: 0.99
Release: 0
Source: %{name}-%{version}.tar.xz
Url: https://github.com/open-iscsi/%{name}
Source1: %{name}-firewall.service
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@ -70,7 +69,6 @@ if [ ! -d "%{buildroot}/usr/sbin" ] ; then
mkdir -p %{buildroot}/usr/sbin
fi
ln -sf /usr/sbin/service %{buildroot}/usr/sbin/rcisnsd
install -vD %{S:1} %{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/isns
make DESTDIR="%{buildroot}" install_hdrs install_lib
%post
@ -94,7 +92,6 @@ make DESTDIR="%{buildroot}" install_hdrs install_lib
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/isns/isnsd.conf
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/isns/isnsadm.conf
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/isns/isnsdd.conf
%attr(0644,root,root) %config /etc/sysconfig/SuSEfirewall2.d/services/isns
%{_sbindir}/rcisnsd
%doc COPYING HACKING README TODO
%doc %{_mandir}/man8/isnsd.8%{?ext_man}