Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2019-03-28 22:47:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-iscsi-client"

Thu Mar 28 22:47:06 2019 rev:123 rq:689328 version:4.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes    
2019-03-06 19:02:32.145088595 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.25356/yast2-iscsi-client.changes
 2019-03-28 22:47:06.935071042 +0100
@@ -1,0 +2,6 @@
+Wed Mar 27 11:44:33 UTC 2019 - jsr...@suse.cz
+
+- further fixes of iscsiadm output parsing (bsc#1129946)
+- 4.1.7
+
+-------------------------------------------------------------------

Old:
----
  yast2-iscsi-client-4.1.6.tar.bz2

New:
----
  yast2-iscsi-client-4.1.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-iscsi-client.spec ++++++
--- /var/tmp/diff_new_pack.vdNr55/_old  2019-03-28 22:47:08.435070814 +0100
+++ /var/tmp/diff_new_pack.vdNr55/_new  2019-03-28 22:47:08.467070809 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-client
-Version:        4.1.6
+Version:        4.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-iscsi-client-4.1.6.tar.bz2 -> yast2-iscsi-client-4.1.7.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-4.1.6/package/yast2-iscsi-client.changes 
new/yast2-iscsi-client-4.1.7/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-4.1.6/package/yast2-iscsi-client.changes     
2019-03-04 15:12:49.000000000 +0100
+++ new/yast2-iscsi-client-4.1.7/package/yast2-iscsi-client.changes     
2019-03-28 13:12:38.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Mar 27 11:44:33 UTC 2019 - jsr...@suse.cz
+
+- further fixes of iscsiadm output parsing (bsc#1129946)
+- 4.1.7
+
+-------------------------------------------------------------------
 Mon Mar  4 13:36:13 UTC 2019 - jsr...@suse.cz
 
 - fixed parsing of iscsiadm -m node -P 1 (bsc#1121806)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-4.1.6/package/yast2-iscsi-client.spec 
new/yast2-iscsi-client-4.1.7/package/yast2-iscsi-client.spec
--- old/yast2-iscsi-client-4.1.6/package/yast2-iscsi-client.spec        
2019-03-04 15:12:49.000000000 +0100
+++ new/yast2-iscsi-client-4.1.7/package/yast2-iscsi-client.spec        
2019-03-28 13:12:38.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-iscsi-client
-Version:        4.1.6
+Version:        4.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-4.1.6/src/modules/IscsiClientLib.rb 
new/yast2-iscsi-client-4.1.7/src/modules/IscsiClientLib.rb
--- old/yast2-iscsi-client-4.1.6/src/modules/IscsiClientLib.rb  2019-03-04 
15:12:49.000000000 +0100
+++ new/yast2-iscsi-client-4.1.7/src/modules/IscsiClientLib.rb  2019-03-28 
13:12:38.000000000 +0100
@@ -505,6 +505,9 @@
         elsif Builtins.search(row, "Iface Name:") != nil
           iface = Ops.get(Builtins.splitstring(row, " "), 2, "")
           iface = Ops.get(@iface_file, iface, iface)
+          # don't add Scope:Link IPv6 address
+          ret << "#{portal} #{target} #{iface}" if 
!portal.start_with?("[fe80:")
+          dumped = true
         end
       end
       if !dumped
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-4.1.6/test/ScanDiscovered_spec.rb 
new/yast2-iscsi-client-4.1.7/test/ScanDiscovered_spec.rb
--- old/yast2-iscsi-client-4.1.6/test/ScanDiscovered_spec.rb    2019-03-04 
15:12:49.000000000 +0100
+++ new/yast2-iscsi-client-4.1.7/test/ScanDiscovered_spec.rb    2019-03-28 
13:12:38.000000000 +0100
@@ -64,13 +64,19 @@
                   "Target: iqn.2013-10.de.suse:test_file2",
                   "\tPortal: 10.120.66.182:3260,1",
                   "Target: iqn.2013-10.de.suse:test_file2",
-                  "\tPortal: [2620:113:80c0:8080:a00:27ff:fe1b:a7fe]:3260,1"]
-
+                  "\tPortal: [2620:113:80c0:8080:a00:27ff:fe1b:a7fe]:3260,1",
+                  "Target: iqn.2018-06.de.suse.zeus:01",
+                  "\tPortal: 192.168.20.20:3260,2",
+                  "\t\tIface Name: default",
+                  "\tPortal: 192.168.10.20:3260,1",
+                  "\t\tIface Name: default"]
         )). to eq(
           [
             "[2620:113:80c0:8080:e051:f9ea:73c7:9171]:3260 
iqn.2013-10.de.suse:test_file2 default",
             "10.120.66.182:3260 iqn.2013-10.de.suse:test_file2 default",
-            "[2620:113:80c0:8080:a00:27ff:fe1b:a7fe]:3260 
iqn.2013-10.de.suse:test_file2 default"
+            "[2620:113:80c0:8080:a00:27ff:fe1b:a7fe]:3260 
iqn.2013-10.de.suse:test_file2 default",
+            "192.168.20.20:3260 iqn.2018-06.de.suse.zeus:01 default",
+            "192.168.10.20:3260 iqn.2018-06.de.suse.zeus:01 default"
           ]
         )
       end


Reply via email to