From e6829dc91a0627460a268266123b8671f9ba5699d40d502eda97f92f2b66b621 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Fri, 26 Jul 2019 15:15:19 +0000 Subject: [PATCH] Accepting request 718870 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/718870 OBS-URL: https://build.opensuse.org/package/show/Base:System/tgt?expand=0&rev=46 --- tgt.changes | 8 ++++++++ tgt.services | 18 ------------------ tgt.spec | 5 +---- 3 files changed, 9 insertions(+), 22 deletions(-) delete mode 100644 tgt.services diff --git a/tgt.changes b/tgt.changes index c12beae..fa41e82 100644 --- a/tgt.changes +++ b/tgt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 26 12:21:06 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 Feb 15 23:19:22 UTC 2019 - lduncan@suse.com diff --git a/tgt.services b/tgt.services deleted file mode 100644 index 7756b79..0000000 --- a/tgt.services +++ /dev/null @@ -1,18 +0,0 @@ - ## Name: iSCSI Target Daemon - ## Description: Opens ports for iSCSI Target Daemon with broadcast allowed. - - # space separated list of allowed TCP ports - TCP="iscsi-target" - - # space separated list of allowed UDP ports - UDP="iscsi-target" - - # 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="iscsi-target" - diff --git a/tgt.spec b/tgt.spec index cd6eea8..abc232c 100644 --- a/tgt.spec +++ b/tgt.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -30,7 +30,6 @@ Group: System/Daemons Url: http://stgt.sourceforge.net/ Source: https://github.com/fujita/%{name}/archive/v%{version}.tar.gz Source1: %{name}d.service -Source3: %{name}.services Source4: sysconfig.%{name} Patch1: %{name}-fix-build Patch2: setup-tgt-conf-d.patch @@ -72,7 +71,6 @@ make OPTFLAGS="%{optflags}" %{backends} %install make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install install -vD -m 644 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}d.service -install -vD %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/tgt install -vD %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.%{name} ln -sf service %{buildroot}/%{_sbindir}/rc%{name}d @@ -95,7 +93,6 @@ ln -sf service %{buildroot}/%{_sbindir}/rc%{name}d %dir %{_sysconfdir}/tgt %dir %{_sysconfdir}/tgt/conf.d %config %attr(0644,root,root) %{_sysconfdir}/tgt/targets.conf -%config %attr(0644,root,root) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/tgt %{_fillupdir}/sysconfig.tgt %{_unitdir}/%{name}d.service %doc README doc/README.iscsi doc/README.iser doc/README.lu_configuration