Hello community,

here is the log from the commit of package yast2-fcoe-client for 
openSUSE:Factory checked in at 2014-05-17 21:46:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-10 07:49:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-fcoe-client.new/yast2-fcoe-client.changes 
2014-05-17 21:46:33.000000000 +0200
@@ -2 +2 @@
-Wed May  7 12:01:31 CEST 2014 - [email protected]
+Wed May 14 14:23:31 CEST 2014 - [email protected]
@@ -5 +5,3 @@
-  use latest Wizard methods
+  use latest Wizard methods,
+  enable 'lldpad' and 'fcoe' service in finish script (bnc #877352)
+- 3.1.7

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

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

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

Other differences:
------------------
++++++ yast2-fcoe-client.spec ++++++
--- /var/tmp/diff_new_pack.oKyWe6/_old  2014-05-17 21:46:34.000000000 +0200
+++ /var/tmp/diff_new_pack.oKyWe6/_new  2014-05-17 21:46:34.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-fcoe-client
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-fcoe-client-3.1.6.tar.bz2 -> yast2-fcoe-client-3.1.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-3.1.6/package/yast2-fcoe-client.changes 
new/yast2-fcoe-client-3.1.7/package/yast2-fcoe-client.changes
--- old/yast2-fcoe-client-3.1.6/package/yast2-fcoe-client.changes       
2014-05-07 15:05:44.000000000 +0200
+++ new/yast2-fcoe-client-3.1.7/package/yast2-fcoe-client.changes       
2014-05-14 14:35:44.000000000 +0200
@@ -1,8 +1,10 @@
 -------------------------------------------------------------------
-Wed May  7 12:01:31 CEST 2014 - [email protected]
+Wed May 14 14:23:31 CEST 2014 - [email protected]
 
 - Improve layout of services, configuration and edit dialog,
-  use latest Wizard methods
+  use latest Wizard methods,
+  enable 'lldpad' and 'fcoe' service in finish script (bnc #877352)
+- 3.1.7
 
 -------------------------------------------------------------------
 Mon May  5 12:26:54 CEST 2014 - [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-3.1.6/package/yast2-fcoe-client.spec 
new/yast2-fcoe-client-3.1.7/package/yast2-fcoe-client.spec
--- old/yast2-fcoe-client-3.1.6/package/yast2-fcoe-client.spec  2014-05-07 
15:05:44.000000000 +0200
+++ new/yast2-fcoe-client-3.1.7/package/yast2-fcoe-client.spec  2014-05-14 
14:35:44.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-fcoe-client
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-3.1.6/src/clients/fcoe-client_finish.rb 
new/yast2-fcoe-client-3.1.7/src/clients/fcoe-client_finish.rb
--- old/yast2-fcoe-client-3.1.6/src/clients/fcoe-client_finish.rb       
2014-05-07 15:05:44.000000000 +0200
+++ new/yast2-fcoe-client-3.1.7/src/clients/fcoe-client_finish.rb       
2014-05-14 14:35:44.000000000 +0200
@@ -140,12 +140,18 @@
           else
             Builtins.y2error("lldpad.socket not found")
           end
+          # and enable the service (needed during boot)
+          Service.Enable("lldpad")
+
+          # enable fcoemon socket
           fcoemon_socket = SystemdSocket.find("fcoemon")
           if fcoemon_socket
             fcoemon_socket.enable
           else
             Builtins.y2error("fcoemon.socket not found")
           end
+          # and enable the service (needed during boot)
+          Service.Enable("fcoe")
         end
       else
         Builtins.y2error("unknown function: %1", @func)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-fcoe-client-3.1.6/src/include/fcoe-client/dialogs.rb 
new/yast2-fcoe-client-3.1.7/src/include/fcoe-client/dialogs.rb
--- old/yast2-fcoe-client-3.1.6/src/include/fcoe-client/dialogs.rb      
2014-05-07 15:05:44.000000000 +0200
+++ new/yast2-fcoe-client-3.1.7/src/include/fcoe-client/dialogs.rb      
2014-05-14 14:35:44.000000000 +0200
@@ -107,7 +107,7 @@
                   Id(:fcoe),
                   # combo box label: enable FCoE (yes/no)
                   _("&FCoE Enable"),
-                  [Item(Id("yes"), "yes"), Item(Id("no"), "no", true)]
+                  [Item(Id("yes"), _("Yes")), Item(Id("no"), _("No"), true)]
                 ),
                 VSpacing(1),
                 ComboBox(
@@ -115,14 +115,14 @@
                   Opt(:notify),
                   # combo box label: require DCB (yes/no)
                   _("&DCB Required"),
-                  [Item(Id("yes"), "yes"), Item(Id("no"), "no", true)]
+                  [Item(Id("yes"), _("Yes")), Item(Id("no"), _("No"), true)]
                 ),
                 VSpacing(1),
                 ComboBox(
                   Id(:auto),
                   # combo box label: AUTO_VLAN setting (yes/no)
                   _("&AUTO_VLAN"),
-                  [Item(Id("yes"), "yes"), Item(Id("no"), "no", true)]
+                  [Item(Id("yes"), _("Yes")), Item(Id("no"), _("No"), true)]
                 )
               )
             )
@@ -227,7 +227,7 @@
                       Id("debug"),
                       # combo box label (debug setting yes/no)
                       _("&Debug"),
-                      [Item(Id("yes"), "yes"), Item(Id("no"), "no", true)]
+                      [Item(Id("yes"), _("Yes")), Item(Id("no"), _("No"), 
true)]
                     )),
                     HSpacing(2)
                   ),
@@ -238,7 +238,7 @@
                     Id("syslog"),
                     # combo box label (use syslog yes/no)
                     _("&Use syslog"),
-                    [Item(Id("yes"), "yes", true), Item(Id("no"), "no")]
+                    [Item(Id("yes"), _("Yes"), true), Item(Id("no"), _("No"))]
                     )),
                     HSpacing(2)
                   )

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

Reply via email to