From 66df7ab404f8fed4b323166864554539a4d0c80138d7b18461292fb05ed82f10 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Wed, 4 Nov 2020 19:54:16 +0000 Subject: [PATCH] Accepting request 846079 from home:lee_duncan:branches:network - Updated to latest upstream, including async login ability: * TODO: Update to todo list. * Implement login "no_wait" for iscsiadm NODE mode * iscsiadm buffer overflow regression when discovering many targets at once * iscsid: Check Invalid Session id for stop connection * Add ability to attempt target logins asynchronously - %service_del_postun_without_restart is now available on SLE More accurately it's been introduced in SLE12-SP2+ and SLE15+ +------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/request/show/846079 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=169 --- open-iscsi-SUSE-latest.diff.bz2 | 4 ++-- open-iscsi.changes | 17 +++++++++++++++++ open-iscsi.spec | 6 +----- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/open-iscsi-SUSE-latest.diff.bz2 b/open-iscsi-SUSE-latest.diff.bz2 index 1f82a91..2835f22 100644 --- a/open-iscsi-SUSE-latest.diff.bz2 +++ b/open-iscsi-SUSE-latest.diff.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058 -size 14 +oid sha256:96ca33d6969e1ee68a8d858bf396e8b2fd6c1c2aca7a23ff9915ad055641c37d +size 6073 diff --git a/open-iscsi.changes b/open-iscsi.changes index 9224b56..9314a8c 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,4 +1,21 @@ ------------------------------------------------------------------- +Wed Nov 4 18:58:29 UTC 2020 - Lee Duncan + +- Updated to latest upstream, including async login ability: + * TODO: Update to todo list. + * Implement login "no_wait" for iscsiadm NODE mode + * iscsiadm buffer overflow regression when discovering many targets at once + * iscsid: Check Invalid Session id for stop connection + * Add ability to attempt target logins asynchronously + +------------------------------------------------------------------- +Tue Nov 3 14:34:25 UTC 2020 - Franck Bui + +- %service_del_postun_without_restart is now available on SLE + + More accurately it's been introduced in SLE12-SP2+ and SLE15+ + ++------------------------------------------------------------------- Sat Jul 25 01:05:13 UTC 2020 - Lee Duncan - Upgrade to upstream vresion 2.1.2 as 2.1.2-suse (for diff --git a/open-iscsi.spec b/open-iscsi.spec index ae16129..281eac5 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -146,11 +146,7 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/iscsiuiolog %{buildroot}%{_sysconfdir} %{?regenerate_initrd_posttrans} %postun -%if %{defined service_del_postun_without_restart} - %service_del_postun_without_restart iscsi.service -%else - %service_del_postun -n iscsi.service -%endif +%service_del_postun_without_restart iscsi.service %service_del_postun iscsid.service iscsid.socket %pre