Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-iscsi-client for openSUSE:Factory checked in at 2021-07-25 20:09:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-client (Old) and /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-iscsi-client" Sun Jul 25 20:09:06 2021 rev:135 rq:907696 version:4.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes 2021-04-23 17:50:36.122791741 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-iscsi-client.new.1899/yast2-iscsi-client.changes 2021-07-25 20:09:09.727450455 +0200 @@ -1,0 +2,7 @@ +Thu Jul 22 08:30:10 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Add iscsi support for qedi/qede offload cards + (bsc#1188139, bsc#1187958). +- 4.4.2 + +------------------------------------------------------------------- Old: ---- yast2-iscsi-client-4.4.1.tar.bz2 New: ---- yast2-iscsi-client-4.4.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-iscsi-client.spec ++++++ --- /var/tmp/diff_new_pack.DYV7y9/_old 2021-07-25 20:09:10.131450006 +0200 +++ /var/tmp/diff_new_pack.DYV7y9/_new 2021-07-25 20:09:10.131450006 +0200 @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: YaST2 - iSCSI Client Configuration License: GPL-2.0-only ++++++ yast2-iscsi-client-4.4.1.tar.bz2 -> yast2-iscsi-client-4.4.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.4.1/package/yast2-iscsi-client.changes new/yast2-iscsi-client-4.4.2/package/yast2-iscsi-client.changes --- old/yast2-iscsi-client-4.4.1/package/yast2-iscsi-client.changes 2021-04-21 09:40:01.000000000 +0200 +++ new/yast2-iscsi-client-4.4.2/package/yast2-iscsi-client.changes 2021-07-22 11:46:31.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Jul 22 08:30:10 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Add iscsi support for qedi/qede offload cards + (bsc#1188139, bsc#1187958). +- 4.4.2 + +------------------------------------------------------------------- Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <dmuel...@suse.com> - stop packaging docdir, it only contained the license which diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.4.1/package/yast2-iscsi-client.spec new/yast2-iscsi-client-4.4.2/package/yast2-iscsi-client.spec --- old/yast2-iscsi-client-4.4.1/package/yast2-iscsi-client.spec 2021-04-21 09:40:01.000000000 +0200 +++ new/yast2-iscsi-client-4.4.2/package/yast2-iscsi-client.spec 2021-07-22 11:46:31.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-iscsi-client -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: YaST2 - iSCSI Client Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iscsi-client-4.4.1/src/modules/IscsiClientLib.rb new/yast2-iscsi-client-4.4.2/src/modules/IscsiClientLib.rb --- old/yast2-iscsi-client-4.4.1/src/modules/IscsiClientLib.rb 2021-04-21 09:40:01.000000000 +0200 +++ new/yast2-iscsi-client-4.4.2/src/modules/IscsiClientLib.rb 2021-07-22 11:46:31.000000000 +0200 @@ -83,7 +83,8 @@ ["qla4xxx", "qla3xxx", "qlcnic"], ["qla4xxx"] ], - ["be2net", "be2net/be2iscsi", ["be2net", "be2iscsi"], ["be2iscsi"]] + ["be2net", "be2net/be2iscsi", ["be2net", "be2iscsi"], ["be2iscsi"]], + ["qed", "qede/qedi", ["qede", "qedi"], ["qedi"]] ] @offload_valid = nil