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 2022-09-17 20:10:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-network.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-network"

Sat Sep 17 20:10:11 2022 rev:486 rq:1004085 version:4.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes      
2022-09-08 14:21:31.166368614 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new.2083/yast2-network.changes    
2022-09-17 20:10:14.937141110 +0200
@@ -1,0 +2,8 @@
+Fri Sep 16 08:23:21 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Activate s390 devices before importing and reading the network
+  configuration or otherwise the related linux devices will not be
+  present and could be ignored (bsc#1199746)
+- 4.5.7
+
+-------------------------------------------------------------------

Old:
----
  yast2-network-4.5.6.tar.bz2

New:
----
  yast2-network-4.5.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.2NAGj3/_old  2022-09-17 20:10:15.557142898 +0200
+++ /var/tmp/diff_new_pack.2NAGj3/_new  2022-09-17 20:10:15.557142898 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.5.6
+Version:        4.5.7
 Release:        0
 Summary:        YaST2 - Network Configuration
 License:        GPL-2.0-only

++++++ yast2-network-4.5.6.tar.bz2 -> yast2-network-4.5.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.5.6/package/yast2-network.changes 
new/yast2-network-4.5.7/package/yast2-network.changes
--- old/yast2-network-4.5.6/package/yast2-network.changes       2022-09-06 
18:51:27.000000000 +0200
+++ new/yast2-network-4.5.7/package/yast2-network.changes       2022-09-16 
12:40:20.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Sep 16 08:23:21 UTC 2022 - Knut Anderssen <kanders...@suse.com>
+
+- Activate s390 devices before importing and reading the network
+  configuration or otherwise the related linux devices will not be
+  present and could be ignored (bsc#1199746)
+- 4.5.7
+
+-------------------------------------------------------------------
 Thu Sep  1 08:30:47 UTC 2022 - Knut Anderssen <kanders...@suse.com>
 
 - At the end of the installation, force an enablement of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.5.6/package/yast2-network.spec 
new/yast2-network-4.5.7/package/yast2-network.spec
--- old/yast2-network-4.5.6/package/yast2-network.spec  2022-09-06 
18:51:27.000000000 +0200
+++ new/yast2-network-4.5.7/package/yast2-network.spec  2022-09-16 
12:40:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.5.6
+Version:        4.5.7
 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.6/src/modules/Lan.rb 
new/yast2-network-4.5.7/src/modules/Lan.rb
--- old/yast2-network-4.5.6/src/modules/Lan.rb  2022-09-06 18:51:27.000000000 
+0200
+++ new/yast2-network-4.5.7/src/modules/Lan.rb  2022-09-16 12:40:20.000000000 
+0200
@@ -590,15 +590,15 @@
     # @return true on success
     def Import(settings)
       settings = {} if settings.nil?
+      if Arch.s390
+        
NetworkAutoYast.instance.activate_s390_devices(settings.fetch("s390-devices", 
{}))
+      end
 
       Read(:cache)
       profile = 
Y2Network::AutoinstProfile::NetworkingSection.new_from_hashes(settings)
       result = Y2Network::Config.from(:autoinst, profile, system_config)
       add_config(:yast, result.config)
       @autoinst = autoinst_config(profile)
-      if Arch.s390
-        
NetworkAutoYast.instance.activate_s390_devices(settings.fetch("s390-devices", 
{}))
-      end
 
       NetworkConfig.Import(settings["config"] || {})
       # Ensure that the /etc/hosts has been read to no blank out it in case of

Reply via email to