Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2017-05-04 08:54:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and      /work/SRC/openSUSE:Factory/.open-iscsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-iscsi"

Thu May  4 08:54:42 2017 rev:61 rq:491994 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes    2017-04-25 
08:58:12.798876701 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes       
2017-05-04 08:54:53.016913508 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 23:13:20 UTC 2017 - [email protected]
+
+- Added support for qedi ping (bsc#1036238)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-iscsi-SUSE-latest.diff.bz2 ++++++
--- /var/tmp/diff_new_pack.5irFAy/_old  2017-05-04 08:54:53.724813673 +0200
+++ /var/tmp/diff_new_pack.5irFAy/_new  2017-05-04 08:54:53.736811981 +0200
@@ -2889,10 +2889,10 @@
      rm -rf $DESTDIR
      if [ "$TMPDIR" ] ; then
 diff --git a/rpm/open-iscsi.changes b/rpm/open-iscsi.changes
-index 65f4171e0bae..cdb713f7f2e5 100644
+index 65f4171e0bae..ba7ae654ab0a 100644
 --- a/rpm/open-iscsi.changes
 +++ b/rpm/open-iscsi.changes
-@@ -1,173 +1,264 @@
+@@ -1,173 +1,269 @@
  -------------------------------------------------------------------
 -Thu Nov 17 01:48:22 UTC 2016 - [email protected]
 -
@@ -3040,6 +3040,11 @@
 -
 --------------------------------------------------------------------
 -Tue Nov 25 11:43:03 PST 2014 - [email protected]
++Fri Apr 28 23:13:20 UTC 2017 - [email protected]
++
++- Added support for qedi ping (bsc#1036238)
++
++-------------------------------------------------------------------
 +Mon Apr 24 15:37:32 UTC 2017 - [email protected]
 +
 +- Fixed coredump when printing session information (bsc#1035236),
@@ -3312,7 +3317,7 @@
  
  -------------------------------------------------------------------
  Tue Jul  8 16:27:39 CEST 2014 - [email protected]
-@@ -203,13 +294,13 @@ Wed May 28 15:26:29 CEST 2014 - [email protected]
+@@ -203,13 +299,13 @@ Wed May 28 15:26:29 CEST 2014 - [email protected]
  Fri May 2 15:07:14 2014 +0200 - [email protected]
  
  - iscsi_offload: do not print error messages for be2iscsi
@@ -3329,7 +3334,7 @@
  
  - Added two not-yet-upstream patches for iscsiuio/systemd activation
    from Chris Leech (bnc#869567):
-@@ -218,67 +309,73 @@ Mon Apr 28 11:00:03 PDT 2014 - [email protected]
+@@ -218,67 +314,73 @@ Mon Apr 28 11:00:03 PDT 2014 - [email protected]
    Updated spec file to handle install/package of new files.
  
  -------------------------------------------------------------------
@@ -4314,10 +4319,10 @@
  
  #endif
 diff --git a/usr/transport.c b/usr/transport.c
-index 18b770464608..533ba30a8846 100644
+index 18b770464608..3b7a00a2245e 100644
 --- a/usr/transport.c
 +++ b/usr/transport.c
-@@ -114,6 +114,18 @@ struct iscsi_transport_template ocs = {
+@@ -114,6 +114,19 @@ struct iscsi_transport_template ocs = {
        .ep_disconnect  = ktransport_ep_disconnect,
  };
  
@@ -4331,12 +4336,13 @@
 +      .ep_poll        = ktransport_ep_poll,
 +      .ep_disconnect  = ktransport_ep_disconnect,
 +      .set_net_config = uip_broadcast_params,
++      .exec_ping      = uip_broadcast_ping_req,
 +};
 +
  static struct iscsi_transport_template *iscsi_transport_templates[] = {
        &iscsi_tcp,
        &iscsi_iser,
-@@ -123,6 +135,7 @@ static struct iscsi_transport_template 
*iscsi_transport_templates[] = {
+@@ -123,6 +136,7 @@ static struct iscsi_transport_template 
*iscsi_transport_templates[] = {
        &qla4xxx,
        &be2iscsi,
        &ocs,


Reply via email to