Hello community,

here is the log from the commit of package yast2-fcoe-client for 
openSUSE:Factory checked in at 2014-04-15 07:35:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-fcoe-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-fcoe-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-fcoe-client/yast2-fcoe-client.changes      
2014-04-05 14:42:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new/yast2-fcoe-client.changes 
2014-04-15 07:35:30.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr  9 13:09:19 CEST 2014 - [email protected]
+
+- Don't show interfaces not available for network
+- 3.1.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-fcoe-client-3.1.4.tar.bz2

New:
----
  yast2-fcoe-client-3.1.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-fcoe-client.spec ++++++
--- /var/tmp/diff_new_pack.4t1Qr9/_old  2014-04-15 07:35:31.000000000 +0200
+++ /var/tmp/diff_new_pack.4t1Qr9/_new  2014-04-15 07:35:31.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-fcoe-client
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-fcoe-client-3.1.4.tar.bz2 -> yast2-fcoe-client-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-3.1.4/package/yast2-fcoe-client.changes 
new/yast2-fcoe-client-3.1.5/package/yast2-fcoe-client.changes
--- old/yast2-fcoe-client-3.1.4/package/yast2-fcoe-client.changes       
2014-03-28 13:55:54.000000000 +0100
+++ new/yast2-fcoe-client-3.1.5/package/yast2-fcoe-client.changes       
2014-04-14 10:35:37.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Apr  9 13:09:19 CEST 2014 - [email protected]
+
+- Don't show interfaces not available for network
+- 3.1.5
+
+-------------------------------------------------------------------
 Fri Mar 28 13:14:21 CET 2014 - [email protected]
 
 - Adapt start of services (resp. sockets) to systemd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-3.1.4/package/yast2-fcoe-client.spec 
new/yast2-fcoe-client-3.1.5/package/yast2-fcoe-client.spec
--- old/yast2-fcoe-client-3.1.4/package/yast2-fcoe-client.spec  2014-03-28 
13:55:54.000000000 +0100
+++ new/yast2-fcoe-client-3.1.5/package/yast2-fcoe-client.spec  2014-04-14 
10:35:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-fcoe-client
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fcoe-client-3.1.4/src/modules/FcoeClient.rb 
new/yast2-fcoe-client-3.1.5/src/modules/FcoeClient.rb
--- old/yast2-fcoe-client-3.1.4/src/modules/FcoeClient.rb       2014-03-27 
11:25:03.000000000 +0100
+++ new/yast2-fcoe-client-3.1.5/src/modules/FcoeClient.rb       2014-04-14 
10:35:37.000000000 +0200
@@ -876,6 +876,7 @@
       end
 
       # start sockets in installed system
+      # throw exception if sockets not found
       @fcoemon_socket = SystemdSocket.find!("fcoemon")
       @lldpad_socket = SystemdSocket.find!("lldpad")
 
@@ -977,7 +978,7 @@
       end
       Builtins.y2milestone("Detected netcards: %1", netcards)
 
-      netcards
+      netcards.delete_if {|card| card["dev_name"] == nil}
     end
 
     # list <map> network_interfaces

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

Reply via email to