Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2018-04-25 09:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.open-iscsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-iscsi"

Wed Apr 25 09:56:25 2018 rev:72 rq:600139 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes    2018-04-22 
14:32:13.225077195 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes       
2018-04-25 09:56:28.041593680 +0200
@@ -1,0 +2,6 @@
+Mon Apr 23 18:23:29 UTC 2018 - ldun...@suse.com
+
+- Ensure we can get qedi transport name (bsc#1090275), updating:
+  * open-iscsi-SUSE-latest.diff.bz2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-iscsi-SUSE-latest.diff.bz2 ++++++
--- /var/tmp/diff_new_pack.plTAwH/_old  2018-04-25 09:56:28.601573139 +0200
+++ /var/tmp/diff_new_pack.plTAwH/_new  2018-04-25 09:56:28.605572992 +0200
@@ -268,3 +268,31 @@
        default:
                return "Invalid or unknown error code";
        }
+diff --git a/utils/fwparam_ibft/fw_entry.c b/utils/fwparam_ibft/fw_entry.c
+index b49e53f7713d..96af14565321 100644
+--- a/utils/fwparam_ibft/fw_entry.c
++++ b/utils/fwparam_ibft/fw_entry.c
+@@ -161,7 +161,11 @@ void fw_free_targets(struct list_head *list)
+ 
+ static void dump_initiator(struct boot_context *context)
+ {
+-      char transport_name[ISCSI_TRANSPORT_NAME_MAXLEN];
++      struct iface_rec iface;
++
++      memset(&iface, 0, sizeof(iface));
++      iface_setup_defaults(&iface);
++      iface_setup_from_boot_context(&iface, context);
+ 
+       if (strlen(context->initiatorname))
+               printf("%s = %s\n", IFACE_INAME, context->initiatorname);
+@@ -169,9 +173,7 @@ static void dump_initiator(struct boot_context *context)
+       if (strlen(context->isid))
+               printf("%s = %s\n", IFACE_ISID, context->isid);
+ 
+-      memset(transport_name, 0, ISCSI_TRANSPORT_NAME_MAXLEN);
+-      if (!net_get_transport_name_from_netdev(context->iface, transport_name))
+-              printf("%s = %s\n", IFACE_TRANSPORTNAME, transport_name);
++      printf("%s = %s\n", IFACE_TRANSPORTNAME, iface.transport_name);
+ }
+ 
+ static void dump_target(struct boot_context *context)


Reply via email to