Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-network for openSUSE:Factory checked in at 2021-06-05 23:31:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-network (Old) and /work/SRC/openSUSE:Factory/.yast2-network.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-network" Sat Jun 5 23:31:04 2021 rev:455 rq:896712 version:4.4.13 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes 2021-06-01 10:33:59.316458259 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-network.new.1898/yast2-network.changes 2021-06-05 23:31:33.408440544 +0200 @@ -1,0 +2,8 @@ +Mon May 31 17:50:42 UTC 2021 - Michal Filka <mfi...@suse.com> + +- bnc#1185524 + - do not crash at the end of installation when storing wifi + configuration for NetworkManager at the target +- 4.4.13 + +------------------------------------------------------------------- Old: ---- yast2-network-4.4.12.tar.bz2 New: ---- yast2-network-4.4.13.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.j1gZxR/_old 2021-06-05 23:31:34.120441782 +0200 +++ /var/tmp/diff_new_pack.j1gZxR/_new 2021-06-05 23:31:34.124441789 +0200 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.4.12 +Version: 4.4.13 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only ++++++ yast2-network-4.4.12.tar.bz2 -> yast2-network-4.4.13.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-4.4.12/package/yast2-network.changes new/yast2-network-4.4.13/package/yast2-network.changes --- old/yast2-network-4.4.12/package/yast2-network.changes 2021-05-31 12:26:49.000000000 +0200 +++ new/yast2-network-4.4.13/package/yast2-network.changes 2021-06-01 16:01:41.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon May 31 17:50:42 UTC 2021 - Michal Filka <mfi...@suse.com> + +- bnc#1185524 + - do not crash at the end of installation when storing wifi + configuration for NetworkManager at the target +- 4.4.13 + +------------------------------------------------------------------- Fri May 28 13:51:57 UTC 2021 - Knut Anderssen <kanders...@suse.com> - Allow to modify the network IP forwarding configuration defining diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-4.4.12/package/yast2-network.spec new/yast2-network-4.4.13/package/yast2-network.spec --- old/yast2-network-4.4.12/package/yast2-network.spec 2021-05-31 12:26:49.000000000 +0200 +++ new/yast2-network-4.4.13/package/yast2-network.spec 2021-06-01 16:01:41.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.4.12 +Version: 4.4.13 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-4.4.12/src/lib/cfa/nm_connection.rb new/yast2-network-4.4.13/src/lib/cfa/nm_connection.rb --- old/yast2-network-4.4.12/src/lib/cfa/nm_connection.rb 2021-05-31 12:26:49.000000000 +0200 +++ new/yast2-network-4.4.13/src/lib/cfa/nm_connection.rb 2021-06-01 16:01:41.000000000 +0200 @@ -70,9 +70,7 @@ # @param path [String] File path # @param file_handler [.read, .write] Object to read/write the file. def initialize(path, file_handler: nil) - # FIXME: The Networkmanager lense writes the values surrounded by double - # quotes which is not valid - super(AugeasParser.new("Desktop.lns"), path, file_handler: file_handler) + super(AugeasParser.new("NetworkManager.lns"), path, file_handler: file_handler) end # Returns the augeas tree for the given section