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
This commit is contained in:
Lee Duncan 2020-12-01 00:17:40 +00:00 committed by Git OBS Bridge
parent 66df7ab404
commit c3463c5797
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96ca33d6969e1ee68a8d858bf396e8b2fd6c1c2aca7a23ff9915ad055641c37d
size 6073
oid sha256:47e3db3febb0adf5f0efe53aa0e1b7e9e7b2062e7cc6beba2505dd1d6ee0fdd2
size 10562

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 30 23:30:22 UTC 2020 - Lee Duncan <lduncan@suse.com>
- 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 <lduncan@suse.com>