Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-02-12 10:22:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2015-02-08 13:02:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2015-02-12 10:22:18.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 17:41:43 UTC 2015 - an...@suse.com
+
+- Fixed the network configuration during upgrade (bnc#911132)
+- 3.1.61
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-3.1.60.tar.bz2

New:
----
  yast2-packager-3.1.61.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.yPGq6v/_old  2015-02-12 10:22:19.000000000 +0100
+++ /var/tmp/diff_new_pack.yPGq6v/_new  2015-02-12 10:22:19.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.60
+Version:        3.1.61
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-3.1.60.tar.bz2 -> yast2-packager-3.1.61.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.60/package/yast2-packager.changes 
new/yast2-packager-3.1.61/package/yast2-packager.changes
--- old/yast2-packager-3.1.60/package/yast2-packager.changes    2015-02-06 
14:44:04.000000000 +0100
+++ new/yast2-packager-3.1.61/package/yast2-packager.changes    2015-02-09 
19:03:11.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Feb  9 17:41:43 UTC 2015 - an...@suse.com
+
+- Fixed the network configuration during upgrade (bnc#911132)
+- 3.1.61
+
+-------------------------------------------------------------------
 Fri Feb  6 13:26:27 UTC 2015 - an...@suse.com
 
 - The unit tests are now compatible with RSpec 3 (bnc#916364)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.60/package/yast2-packager.spec 
new/yast2-packager-3.1.61/package/yast2-packager.spec
--- old/yast2-packager-3.1.60/package/yast2-packager.spec       2015-02-06 
14:44:04.000000000 +0100
+++ new/yast2-packager-3.1.61/package/yast2-packager.spec       2015-02-09 
19:03:11.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.60
+Version:        3.1.61
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.1.60/src/clients/inst_productsources.rb 
new/yast2-packager-3.1.61/src/clients/inst_productsources.rb
--- old/yast2-packager-3.1.60/src/clients/inst_productsources.rb        
2015-02-06 14:44:04.000000000 +0100
+++ new/yast2-packager-3.1.61/src/clients/inst_productsources.rb        
2015-02-09 19:03:11.000000000 +0100
@@ -316,8 +316,11 @@
         end
 
         Builtins.y2milestone("User wants to setup the network")
-        # Call network-setup client
-        netret = WFM.call("inst_network_setup")
+        # Call InstLan client
+        netret = WFM.call(
+          "inst_lan",
+          [GetInstArgs.argmap.merge({"skip_detection" => true})]
+        )
 
         if netret == :abort
           Builtins.y2milestone("Aborting the network setup")

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to