Hello community, here is the log from the commit of package netcfg for openSUSE:Factory checked in at 2020-01-30 09:41:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcfg (Old) and /work/SRC/openSUSE:Factory/.netcfg.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcfg" Thu Jan 30 09:41:06 2020 rev:45 rq:768237 version:11.6 Changes: -------- --- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes 2019-05-06 13:16:58.055902666 +0200 +++ /work/SRC/openSUSE:Factory/.netcfg.new.26092/netcfg.changes 2020-01-30 09:41:51.589504844 +0100 @@ -1,0 +2,16 @@ +Tue Jan 28 20:15:47 UTC 2020 - Thorsten Kukuk <[email protected]> + +- Re-add host.conf with fixed comments, only remove libc 4/5 + comments/entries. + +------------------------------------------------------------------- +Fri Dec 6 08:41:17 UTC 2019 - Thorsten Kukuk <[email protected]> + +- Remove host.conf, nothing is using that anymore + +------------------------------------------------------------------- +Mon Aug 19 16:16:41 CEST 2019 - [email protected] + +- Move ethers, networks, protocols and services to /usr/etc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcfg.spec ++++++ --- /var/tmp/diff_new_pack.ZfJ641/_old 2020-01-30 09:41:52.949505571 +0100 +++ /var/tmp/diff_new_pack.ZfJ641/_new 2020-01-30 09:41:52.953505574 +0100 @@ -1,7 +1,7 @@ # # spec file for package netcfg # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -61,20 +61,24 @@ cp %{SOURCE16} . %install -mkdir -p %{buildroot}/etc -for i in hostname aliases defaultdomain exports ftpusers host.conf hosts hosts.allow hosts.deny hosts.equiv hosts.lpd netgroup networks protocols services.bz2 ethers ethertypes; do - install $RPM_SOURCE_DIR/$i %{buildroot}/etc +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 + install $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir} done -bunzip2 %{buildroot}%{_sysconfdir}/services.bz2 -patch -p0 %{buildroot}%{_sysconfdir}/services < $RPM_SOURCE_DIR/services-suse.diff -rm -f %{buildroot}%{_sysconfdir}/services.orig +mkdir -p %{buildroot}%{_prefix}%{_sysconfdir} +for i in networks protocols services.bz2 ethers; do + install $RPM_SOURCE_DIR/$i %{buildroot}%{_prefix}%{_sysconfdir} +done +bunzip2 %{buildroot}%{_prefix}%{_sysconfdir}/services.bz2 +patch -p0 %{buildroot}%{_prefix}%{_sysconfdir}/services < $RPM_SOURCE_DIR/services-suse.diff +rm -f %{buildroot}%{_prefix}%{_sysconfdir}/services.orig %files %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) %config(noreplace) %{_sysconfdir}/ethers +%verify(not md5 size mtime) %{_distconfdir}/ethers %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/exports %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/ftpusers %config(noreplace) %{_sysconfdir}/host.conf @@ -84,9 +88,9 @@ %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.equiv %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts.lpd %config(noreplace) %{_sysconfdir}/netgroup -%config(noreplace) %{_sysconfdir}/networks -%config(noreplace) %{_sysconfdir}/protocols -%config(noreplace) %{_sysconfdir}/services +%{_distconfdir}/networks +%{_distconfdir}/protocols +%{_distconfdir}/services %config(noreplace) %{_sysconfdir}/ethertypes %license COPYING ++++++ host.conf ++++++ --- /var/tmp/diff_new_pack.ZfJ641/_old 2020-01-30 09:41:53.057505630 +0100 +++ /var/tmp/diff_new_pack.ZfJ641/_new 2020-01-30 09:41:53.057505630 +0100 @@ -3,14 +3,4 @@ # # Please read the manual page host.conf(5) for more information. # -# -# The following option is only used by binaries linked against -# libc4 or libc5. This line should be in sync with the "hosts" -# option in /etc/nsswitch.conf. -# -order hosts, bind -# -# The following options are used by the resolver library: -# multi on -
