Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2014-04-05 14:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-iscsi-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes    
2014-03-21 12:14:04.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes   
    2014-04-05 14:43:12.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr  1 11:25:37 CEST 2014 - [email protected]
+
+- allow non-standard iqn (bnc #868220)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-iscsi-client-3.1.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.changes 
new/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.changes     
2014-03-14 11:10:38.000000000 +0100
+++ new/yast2-iscsi-client-3.1.4/package/yast2-iscsi-client.changes     
2014-04-01 14:27:50.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Apr  1 11:25:37 CEST 2014 - [email protected]
+
+- allow non-standard iqn (bnc #868220)
+
+-------------------------------------------------------------------
 Fri Mar 14 10:47:43 CET 2014 - [email protected]
 
 - start iscsid socket and iscsi service correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.4/src/include/iscsi-client/widgets.rb 
new/yast2-iscsi-client-3.1.4/src/include/iscsi-client/widgets.rb
--- old/yast2-iscsi-client-3.1.4/src/include/iscsi-client/widgets.rb    
2014-03-14 11:10:38.000000000 +0100
+++ new/yast2-iscsi-client-3.1.4/src/include/iscsi-client/widgets.rb    
2014-04-01 14:27:50.000000000 +0200
@@ -419,7 +419,7 @@
         Builtins.regexpmatch(i_name, Builtins.sformat("^eui.%1%2$", reg1, 
reg2))
 
       if !correct
-        Popup.Warning(
+        continue = Popup.ContinueCancel(
           _(
             "Incorrect InitiatorName.\n" +
               "The correct syntax is\n" +
@@ -430,9 +430,10 @@
               "iqn.2007-04.cz.server:storage.disk.sdb\n"
           )
         )
+        return continue
+      else
+        return true
       end
-
-      correct
     end
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.4/src/modules/IscsiClientLib.rb 
new/yast2-iscsi-client-3.1.4/src/modules/IscsiClientLib.rb
--- old/yast2-iscsi-client-3.1.4/src/modules/IscsiClientLib.rb  2014-03-14 
11:10:38.000000000 +0100
+++ new/yast2-iscsi-client-3.1.4/src/modules/IscsiClientLib.rb  2014-04-01 
14:27:50.000000000 +0200
@@ -568,7 +568,7 @@
         Builtins.y2milestone("Initiatorname %1 written", @initiatorname)
       end
       # reload service when initiatorname is changed to re-read new value 
(bnc#482429)
-      # restart the daemon (reload not supported with systemd)
+      # SLES12: restart the daemon (reload not supported in iscsid.service)
       Service.Restart("iscsid")
       ret
     end

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

Reply via email to