Hello community, here is the log from the commit of package yast2-nis-client for openSUSE:Leap:15.2 checked in at 2020-02-27 06:41:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/yast2-nis-client (Old) and /work/SRC/openSUSE:Leap:15.2/.yast2-nis-client.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nis-client" Thu Feb 27 06:41:36 2020 rev:29 rq:779164 version:4.2.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/yast2-nis-client/yast2-nis-client.changes 2020-02-21 23:49:09.772543968 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.yast2-nis-client.new.26092/yast2-nis-client.changes 2020-02-27 06:41:37.953625755 +0100 @@ -1,0 +2,6 @@ +Mon Feb 24 14:12:47 UTC 2020 - Josef Reidinger <[email protected]> + +- Fixed crash caused by previous fix (bsc#1164699) +- 4.2.3 + +------------------------------------------------------------------- Old: ---- yast2-nis-client-4.2.2.tar.bz2 New: ---- yast2-nis-client-4.2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-nis-client.spec ++++++ --- /var/tmp/diff_new_pack.IfBeoQ/_old 2020-02-27 06:41:38.229626330 +0100 +++ /var/tmp/diff_new_pack.IfBeoQ/_new 2020-02-27 06:41:38.229626330 +0100 @@ -20,7 +20,7 @@ Summary: YaST2 - Network Information Services (NIS, YP) Configuration License: GPL-2.0-only Group: System/YaST -Version: 4.2.2 +Version: 4.2.3 Release: 0 Url: https://github.com/yast/yast-nis-client ++++++ yast2-nis-client-4.2.2.tar.bz2 -> yast2-nis-client-4.2.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.2.2/package/yast2-nis-client.changes new/yast2-nis-client-4.2.3/package/yast2-nis-client.changes --- old/yast2-nis-client-4.2.2/package/yast2-nis-client.changes 2020-02-13 13:40:42.000000000 +0100 +++ new/yast2-nis-client-4.2.3/package/yast2-nis-client.changes 2020-02-24 16:26:05.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Feb 24 14:12:47 UTC 2020 - Josef Reidinger <[email protected]> + +- Fixed crash caused by previous fix (bsc#1164699) +- 4.2.3 + +------------------------------------------------------------------- Fri Feb 7 16:09:20 UTC 2020 - José Iván López González <[email protected]> - Preserve NSS database sources when adding nis to nsswitch.conf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.2.2/package/yast2-nis-client.spec new/yast2-nis-client-4.2.3/package/yast2-nis-client.spec --- old/yast2-nis-client-4.2.2/package/yast2-nis-client.spec 2020-02-13 13:40:42.000000000 +0100 +++ new/yast2-nis-client-4.2.3/package/yast2-nis-client.spec 2020-02-24 16:26:05.000000000 +0100 @@ -18,7 +18,7 @@ Name: yast2-nis-client Summary: YaST2 - Network Information Services (NIS, YP) Configuration -Version: 4.2.2 +Version: 4.2.3 Release: 0 Url: https://github.com/yast/yast-nis-client Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-nis-client-4.2.2/src/modules/Nis.rb new/yast2-nis-client-4.2.3/src/modules/Nis.rb --- old/yast2-nis-client-4.2.2/src/modules/Nis.rb 2020-02-13 13:40:42.000000000 +0100 +++ new/yast2-nis-client-4.2.3/src/modules/Nis.rb 2020-02-24 16:26:05.000000000 +0100 @@ -1085,7 +1085,7 @@ end # *_compat may be set to nisplus, nuke it (#16168) - db_c = db + ["_compat"] + db_c = db + "_compat" Nsswitch.WriteDb(db_c, []) end
