Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2020-09-15 16:15:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-network.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-network"

Tue Sep 15 16:15:26 2020 rev:431 rq:833465 version:4.3.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes      
2020-09-03 01:11:03.232404979 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new.4249/yast2-network.changes    
2020-09-15 16:15:29.817868198 +0200
@@ -1,0 +2,14 @@
+Thu Sep 10 08:16:52 UTC 2020 - Knut Anderssen <kanders...@suse.com>
+
+- When proposing the virtualization network configuration, force a
+  read of the current configuration in case that it is not present
+  (bsc#1176313)
+- 4.3.19
+
+-------------------------------------------------------------------
+Tue Sep  8 09:23:06 CEST 2020 - sch...@suse.de
+
+- Using ":" in the autoyast(...) supplements (bsc#1146494).
+- 4.3.18
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.wCDeie/_old  2020-09-15 16:15:31.577869827 +0200
+++ /var/tmp/diff_new_pack.wCDeie/_new  2020-09-15 16:15:31.581869831 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.3.17
+Version:        4.3.19
 Release:        0
 Summary:        YaST2 - Network Configuration
 License:        GPL-2.0-only
@@ -73,7 +73,7 @@
 Obsoletes:      yast2-network-devel-doc <= 3.1.154
 Provides:       yast2-network-devel-doc = %{version}
 
-Supplements:    autoyast(host,networking,remote)
+Supplements:    autoyast(host:networking:remote)
 
 BuildArch:      noarch
 

++++++ yast2-network-4.3.17.tar.bz2 -> yast2-network-4.3.19.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.3.17/package/yast2-network.changes 
new/yast2-network-4.3.19/package/yast2-network.changes
--- old/yast2-network-4.3.17/package/yast2-network.changes      2020-09-01 
10:22:12.000000000 +0200
+++ new/yast2-network-4.3.19/package/yast2-network.changes      2020-09-10 
13:39:04.000000000 +0200
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Thu Sep 10 08:16:52 UTC 2020 - Knut Anderssen <kanders...@suse.com>
+
+- When proposing the virtualization network configuration, force a
+  read of the current configuration in case that it is not present
+  (bsc#1176313)
+- 4.3.19
+
+-------------------------------------------------------------------
+Tue Sep  8 09:23:06 CEST 2020 - sch...@suse.de
+
+- Using ":" in the autoyast(...) supplements (bsc#1146494).
+- 4.3.18
+
+-------------------------------------------------------------------
 Wed Aug 26 12:35:44 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
 
 - Unify profile element paths (bsc#1175680).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.3.17/package/yast2-network.spec 
new/yast2-network-4.3.19/package/yast2-network.spec
--- old/yast2-network-4.3.17/package/yast2-network.spec 2020-09-01 
10:22:12.000000000 +0200
+++ new/yast2-network-4.3.19/package/yast2-network.spec 2020-09-10 
13:39:04.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        4.3.17
+Version:        4.3.19
 Release:        0
 Summary:        YaST2 - Network Configuration
 License:        GPL-2.0-only
@@ -73,7 +73,7 @@
 Obsoletes:      yast2-network-devel-doc <= 3.1.154
 Provides:       yast2-network-devel-doc = %{version}
 
-Supplements:    autoyast(host,networking,remote)
+Supplements:    autoyast(host:networking:remote)
 
 BuildArch:      noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.3.17/src/modules/Lan.rb 
new/yast2-network-4.3.19/src/modules/Lan.rb
--- old/yast2-network-4.3.17/src/modules/Lan.rb 2020-09-01 10:22:12.000000000 
+0200
+++ new/yast2-network-4.3.19/src/modules/Lan.rb 2020-09-10 13:39:04.000000000 
+0200
@@ -651,6 +651,7 @@
     end
 
     def ProposeVirtualized
+      read_config unless yast_config
       Y2Network::VirtualizationConfig.new(yast_config).create
     end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.3.17/test/lan_test.rb 
new/yast2-network-4.3.19/test/lan_test.rb
--- old/yast2-network-4.3.17/test/lan_test.rb   2020-09-01 10:22:12.000000000 
+0200
+++ new/yast2-network-4.3.19/test/lan_test.rb   2020-09-10 13:39:04.000000000 
+0200
@@ -322,11 +322,20 @@
 
   describe "#ProposeVirtualized" do
     let(:yast_config) { instance_double(Y2Network::Config, "YaST") }
+
     before do
-      subject.add_config(:yast, yast_config)
+      Yast::Lan.clear_configs
+      allow_any_instance_of(Y2Network::VirtualizationConfig).to 
receive(:create)
+    end
+
+    it "reads the network configuration if there is not config present" do
+      expect(Yast::Lan).to receive(:read_config)
+
+      Yast::Lan.ProposeVirtualized
     end
 
     it "creates a new configuration for virtualization" do
+      subject.add_config(:yast, yast_config)
       expect_any_instance_of(Y2Network::VirtualizationConfig).to 
receive(:create)
 
       Yast::Lan.ProposeVirtualized


Reply via email to