Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2014-08-06 11:41:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-network.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-network"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes      
2014-08-05 10:24:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2014-08-06 11:41:39.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Aug  5 14:59:19 CEST 2014 - [email protected]
+
+- Autoyast: If NetworkManager is not available taking wicked although
+  the user has set it explicit. ( with warning Popup )
+  (bnc#890238)
+- 3.1.76
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.tKzm6e/_old  2014-08-06 11:41:39.000000000 +0200
+++ /var/tmp/diff_new_pack.tKzm6e/_new  2014-08-06 11:41:39.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        3.1.75
+Version:        3.1.76
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-network-3.1.75.tar.bz2 -> yast2-network-3.1.76.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.75/package/yast2-network.changes 
new/yast2-network-3.1.76/package/yast2-network.changes
--- old/yast2-network-3.1.75/package/yast2-network.changes      2014-08-04 
15:03:43.000000000 +0200
+++ new/yast2-network-3.1.76/package/yast2-network.changes      2014-08-05 
16:58:02.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Aug  5 14:59:19 CEST 2014 - [email protected]
+
+- Autoyast: If NetworkManager is not available taking wicked although
+  the user has set it explicit. ( with warning Popup )
+  (bnc#890238)
+- 3.1.76
+
+-------------------------------------------------------------------
 Mon Aug  4 06:22:20 UTC 2014 - [email protected]
 
 - bnc#889359
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.75/package/yast2-network.spec 
new/yast2-network-3.1.76/package/yast2-network.spec
--- old/yast2-network-3.1.75/package/yast2-network.spec 2014-08-04 
15:03:43.000000000 +0200
+++ new/yast2-network-3.1.76/package/yast2-network.spec 2014-08-05 
16:58:02.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-network
-Version:        3.1.75
+Version:        3.1.76
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.75/src/modules/Lan.rb 
new/yast2-network-3.1.76/src/modules/Lan.rb
--- old/yast2-network-3.1.75/src/modules/Lan.rb 2014-08-04 15:03:43.000000000 
+0200
+++ new/yast2-network-3.1.76/src/modules/Lan.rb 2014-08-05 16:58:02.000000000 
+0200
@@ -60,6 +60,7 @@
       Yast.import "ModuleLoading"
       Yast.import "Linuxrc"
       Yast.import "LanUdevAuto"
+      Yast.import "Report"
 
       Yast.include self, "network/complex.rb"
       Yast.include self, "network/runtime.rb"
@@ -699,7 +700,12 @@
       Routing.Import(Builtins.eval(Ops.get_map(settings, "routing", {})))
 
       if Ops.get_boolean(settings, "managed", false)
-        NetworkService.use_network_manager
+        if NetworkService.is_backend_available(:network_manager)
+          NetworkService.use_network_manager
+        else
+          Report.Warning(_("AutoYaST setting networking/managed: 
NetworkManager is not available, Wicked will be used."))
+          NetworkService.use_wicked
+        end
       else
         NetworkService.use_wicked
       end

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to