Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netcfg for openSUSE:Factory checked in at 2023-10-05 20:02:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcfg (Old) and /work/SRC/openSUSE:Factory/.netcfg.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcfg" Thu Oct 5 20:02:21 2023 rev:51 rq:1115576 version:11.6 Changes: -------- --- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes 2022-10-18 12:44:10.305610611 +0200 +++ /work/SRC/openSUSE:Factory/.netcfg.new.28202/netcfg.changes 2023-10-05 20:02:29.061263405 +0200 @@ -1,0 +2,12 @@ +Wed Oct 4 09:45:23 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Remove ftpusers, none of our ftp servers uses that anymore +- Remove defaultdomain, NIS got dropped + +------------------------------------------------------------------- +Tue Sep 26 16:19:47 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Remove hosts.equiv and hosts.lpd, the tools using them got + dropped long ago. + +------------------------------------------------------------------- Old: ---- defaultdomain ftpusers hosts.equiv hosts.lpd ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcfg.spec ++++++ --- /var/tmp/diff_new_pack.BUgAIx/_old 2023-10-05 20:02:31.581354448 +0200 +++ /var/tmp/diff_new_pack.BUgAIx/_new 2023-10-05 20:02:31.581354448 +0200 @@ -1,7 +1,7 @@ # # spec file for package netcfg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,13 +22,9 @@ Summary: Network Configuration Files in /etc License: BSD-3-Clause Group: System/Base -Source0: defaultdomain Source1: exports -Source2: ftpusers Source3: host.conf Source4: hosts -Source7: hosts.equiv -Source8: hosts.lpd Source9: networks Source10: protocols Source11: services.bz2 @@ -62,7 +58,7 @@ %install mkdir -p %{buildroot}%{_sysconfdir} -for i in hostname aliases defaultdomain exports ftpusers host.conf hosts hosts.equiv hosts.lpd netgroup ethertypes; do +for i in hostname aliases exports host.conf hosts netgroup ethertypes; do install $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir} done mkdir -p %{buildroot}%{_prefix}%{_sysconfdir} @@ -79,14 +75,10 @@ %defattr(644,root,root,755) %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hostname %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/aliases -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/defaultdomain %verify(not md5 size mtime) %{_prefix}%{_sysconfdir}/ethers %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/exports -%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.equiv -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.lpd %config(noreplace) %{_sysconfdir}/netgroup %{_prefix}%{_sysconfdir}/networks %{_prefix}%{_sysconfdir}/protocols