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-11-30 21:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcfg (Old)
 and      /work/SRC/openSUSE:Factory/.netcfg.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcfg"

Thu Nov 30 21:58:57 2023 rev:52 rq:1129940 version:11.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes    2023-10-05 
20:02:29.061263405 +0200
+++ /work/SRC/openSUSE:Factory/.netcfg.new.25432/netcfg.changes 2023-11-30 
21:59:00.647952971 +0100
@@ -1,0 +2,14 @@
+Tue Nov 21 08:39:54 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Fix syntax of localhost entries in hosts [bsc#1217355]
+
+-------------------------------------------------------------------
+Mon Nov 20 14:00:02 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Remove empty netgroup example file from /etc [jsc#PED-240].
+  NIS, the main consumer, got already dropped.
+- Remove empty ethers example file, /usr/etc should not contain
+  examples, for the format there is the manual page, does not
+  support IPv6.
+
+-------------------------------------------------------------------

Old:
----
  ethers
  netgroup

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netcfg.spec ++++++
--- /var/tmp/diff_new_pack.FsW6jx/_old  2023-11-30 21:59:01.367979496 +0100
+++ /var/tmp/diff_new_pack.FsW6jx/_new  2023-11-30 21:59:01.371979643 +0100
@@ -30,8 +30,6 @@
 Source11:       services.bz2
 Source12:       hostname
 Source13:       aliases
-Source14:       ethers
-Source15:       netgroup
 Source16:       COPYING
 Source17:       ethertypes
 Source100:      services-compare.pl
@@ -58,11 +56,11 @@
 
 %install
 mkdir -p %{buildroot}%{_sysconfdir}
-for i in hostname aliases exports host.conf hosts netgroup ethertypes; do
+for i in hostname aliases exports host.conf hosts ethertypes; do
   install $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir}
 done
 mkdir -p %{buildroot}%{_prefix}%{_sysconfdir}
-for i in networks protocols services.bz2 ethers; do
+for i in networks protocols services.bz2; do
   install $RPM_SOURCE_DIR/$i %{buildroot}%{_prefix}%{_sysconfdir}
 done
 bunzip2 %{buildroot}%{_prefix}%{_sysconfdir}/services.bz2
@@ -75,11 +73,9 @@
 %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)                    %{_prefix}%{_sysconfdir}/ethers
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/exports
 %config(noreplace) %{_sysconfdir}/host.conf
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts
-%config(noreplace) %{_sysconfdir}/netgroup
 %{_prefix}%{_sysconfdir}/networks
 %{_prefix}%{_sysconfdir}/protocols
 %{_prefix}%{_sysconfdir}/services


++++++ hosts ++++++
--- /var/tmp/diff_new_pack.FsW6jx/_old  2023-11-30 21:59:01.463983033 +0100
+++ /var/tmp/diff_new_pack.FsW6jx/_new  2023-11-30 21:59:01.467983180 +0100
@@ -9,13 +9,10 @@
 # IP-Address  Full-Qualified-Hostname  Short-Hostname
 #
 
-127.0.0.1      localhost
-# fallback hostname used by NetworkManager
-127.0.0.1      localhost.localdomain
+127.0.0.1      localhost localhost.localdomain
+::1            localhost localhost.localdomain ipv6-localhost ipv6-loopback
 
 # special IPv6 addresses
-::1             localhost ipv6-localhost ipv6-loopback
-
 fe00::0         ipv6-localnet
 
 ff00::0         ipv6-mcastprefix

Reply via email to