Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netcfg for openSUSE:Factory checked in at 2022-10-18 12:44:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcfg (Old) and /work/SRC/openSUSE:Factory/.netcfg.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcfg" Tue Oct 18 12:44:08 2022 rev:50 rq:1010375 version:11.6 Changes: -------- --- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes 2021-07-25 20:09:21.535437294 +0200 +++ /work/SRC/openSUSE:Factory/.netcfg.new.2275/netcfg.changes 2022-10-18 12:44:10.305610611 +0200 @@ -1,0 +2,6 @@ +Tue Oct 11 09:33:40 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com> + +- Remove hosts.allow and hosts.deny config files as they are only + used by tcpd, which is not installed by default, bsc#1099755 + +------------------------------------------------------------------- Old: ---- hosts.allow hosts.deny ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcfg.spec ++++++ --- /var/tmp/diff_new_pack.KhRpUv/_old 2022-10-18 12:44:10.881611922 +0200 +++ /var/tmp/diff_new_pack.KhRpUv/_new 2022-10-18 12:44:10.889611941 +0200 @@ -1,7 +1,7 @@ # # spec file for package netcfg # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,8 +27,6 @@ Source2: ftpusers Source3: host.conf Source4: hosts -Source5: hosts.allow -Source6: hosts.deny Source7: hosts.equiv Source8: hosts.lpd Source9: networks @@ -64,7 +62,7 @@ %install mkdir -p %{buildroot}%{_sysconfdir} -for i in hostname aliases defaultdomain exports ftpusers host.conf hosts hosts.allow hosts.deny hosts.equiv hosts.lpd netgroup ethertypes; do +for i in hostname aliases defaultdomain exports ftpusers host.conf hosts hosts.equiv hosts.lpd netgroup ethertypes; do install $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir} done mkdir -p %{buildroot}%{_prefix}%{_sysconfdir} @@ -87,8 +85,6 @@ %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/ftpusers %config(noreplace) %{_sysconfdir}/host.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.allow -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.deny %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.equiv %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.lpd %config(noreplace) %{_sysconfdir}/netgroup