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 2023-03-02 23:01:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-network (Old) and /work/SRC/openSUSE:Factory/.yast2-network.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-network" Thu Mar 2 23:01:53 2023 rev:495 rq:1068511 version:4.5.17 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes 2023-02-11 22:20:04.492032386 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-network.new.31432/yast2-network.changes 2023-03-02 23:01:58.614749807 +0100 @@ -1,0 +2,7 @@ +Wed Mar 1 14:52:46 UTC 2023 - Knut Anderssen <kanders...@suse.com> + +- Fixed a random build failure (introduced by the previous fix for + bsc#1207221) (bsc#1208796). +- 4.5.17 + +------------------------------------------------------------------- Old: ---- yast2-network-4.5.16.tar.bz2 New: ---- yast2-network-4.5.17.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.8kATJB/_old 2023-03-02 23:01:59.306752941 +0100 +++ /var/tmp/diff_new_pack.8kATJB/_new 2023-03-02 23:01:59.310752959 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.5.16 +Version: 4.5.17 Release: 0 Summary: YaST2 - Network Configuration License: GPL-2.0-only ++++++ yast2-network-4.5.16.tar.bz2 -> yast2-network-4.5.17.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-4.5.16/package/yast2-network.changes new/yast2-network-4.5.17/package/yast2-network.changes --- old/yast2-network-4.5.16/package/yast2-network.changes 2023-02-10 13:30:06.000000000 +0100 +++ new/yast2-network-4.5.17/package/yast2-network.changes 2023-03-01 17:49:33.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Mar 1 14:52:46 UTC 2023 - Knut Anderssen <kanders...@suse.com> + +- Fixed a random build failure (introduced by the previous fix for + bsc#1207221) (bsc#1208796). +- 4.5.17 + +------------------------------------------------------------------- Thu Feb 9 21:19:33 UTC 2023 - Josef Reidinger <jreidin...@suse.com> - Fix calling method read on nil crash in bootloader caused by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-4.5.16/package/yast2-network.spec new/yast2-network-4.5.17/package/yast2-network.spec --- old/yast2-network-4.5.16/package/yast2-network.spec 2023-02-10 13:30:06.000000000 +0100 +++ new/yast2-network-4.5.17/package/yast2-network.spec 2023-03-01 17:49:33.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 4.5.16 +Version: 4.5.17 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.5.16/test/y2network/proposal_settings_test.rb new/yast2-network-4.5.17/test/y2network/proposal_settings_test.rb --- old/yast2-network-4.5.16/test/y2network/proposal_settings_test.rb 2023-02-10 13:30:06.000000000 +0100 +++ new/yast2-network-4.5.17/test/y2network/proposal_settings_test.rb 2023-03-01 17:49:33.000000000 +0100 @@ -28,6 +28,7 @@ let(:feature) { { "network" => { "network_manager" => "always" } } } before do + Yast::Lan.autoinst = nil allow_any_instance_of(Y2Network::ProposalSettings) .to receive(:network_manager_available?).and_return(nm_available) stub_features(feature)