Hello community,
here is the log from the commit of package yast2-nis-client for
openSUSE:Factory checked in at 2020-03-01 21:27:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-nis-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-nis-client.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-nis-client"
Sun Mar 1 21:27:00 2020 rev:71 rq:778808 version:4.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-nis-client/yast2-nis-client.changes
2020-02-18 10:34:12.612186085 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-nis-client.new.26092/yast2-nis-client.changes
2020-03-01 21:27:13.460460230 +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.rDt1cd/_old 2020-03-01 21:27:14.300461936 +0100
+++ /var/tmp/diff_new_pack.rDt1cd/_new 2020-03-01 21:27:14.300461936 +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