From c3463c579764a92a9abbba1023f7dc4292e39f171518108b8908f6051065e977 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 1 Dec 2020 00:17:40 +0000 Subject: [PATCH] Accepting request 851975 from home:lee_duncan:branches:network - Updatged to latest upstream, including: * iscsiadm: Optimize the the verification of mode paramters * iscsid: Poll timeout value to 1 minute for iscsid * iscsiadm: fix host stats mode coredump * iscsid: fix logging level when starting and shutting down daemon * Updated iscsiadm man page. * Fix memory leak in sysfs_get_str * libopeniscsiusr: Compare with max int instead of max long - Systemd unit files should not depend on network.target (bsc#1179440), updating: * open-iscsi-SUSE-latest.diff.bz2 OBS-URL: https://build.opensuse.org/request/show/851975 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=171 --- open-iscsi-SUSE-latest.diff.bz2 | 4 ++-- open-iscsi.changes | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/open-iscsi-SUSE-latest.diff.bz2 b/open-iscsi-SUSE-latest.diff.bz2 index 2835f22..ebcf1f6 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:96ca33d6969e1ee68a8d858bf396e8b2fd6c1c2aca7a23ff9915ad055641c37d -size 6073 +oid sha256:47e3db3febb0adf5f0efe53aa0e1b7e9e7b2062e7cc6beba2505dd1d6ee0fdd2 +size 10562 diff --git a/open-iscsi.changes b/open-iscsi.changes index 9314a8c..122860f 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 30 23:30:22 UTC 2020 - Lee Duncan + +- Updatged to latest upstream, including: + * iscsiadm: Optimize the the verification of mode paramters + * iscsid: Poll timeout value to 1 minute for iscsid + * iscsiadm: fix host stats mode coredump + * iscsid: fix logging level when starting and shutting down daemon + * Updated iscsiadm man page. + * Fix memory leak in sysfs_get_str + * libopeniscsiusr: Compare with max int instead of max long + +- Systemd unit files should not depend on network.target (bsc#1179440), + updating: + * open-iscsi-SUSE-latest.diff.bz2 + ------------------------------------------------------------------- Wed Nov 4 18:58:29 UTC 2020 - Lee Duncan