diff --git a/ceph-iscsi-3.0+1552304123.g67b0d30.tar.gz b/ceph-iscsi-3.0+1552304123.g67b0d30.tar.gz deleted file mode 100644 index fc77dcf..0000000 --- a/ceph-iscsi-3.0+1552304123.g67b0d30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62282964cb681adfbaccba0ac2e5b549756611e222ff92432a34916ca9a393d -size 121807 diff --git a/ceph-iscsi-3.0+1552644320.g118bce3.tar.gz b/ceph-iscsi-3.0+1552644320.g118bce3.tar.gz new file mode 100644 index 0000000..b6f8e43 --- /dev/null +++ b/ceph-iscsi-3.0+1552644320.g118bce3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f51bbda4382812c43b9cf99f52d8dfb6f3c229c2348f9e4b34b8f4fee7d3ab6 +size 124686 diff --git a/ceph-iscsi.changes b/ceph-iscsi.changes index d037daa..9868f10 100644 --- a/ceph-iscsi.changes +++ b/ceph-iscsi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 15 10:07:28 UTC 2019 - ncutler@suse.com + +- Update to 3.0+1552644320.g118bce3: + + Fix chap config update + + Always use rados client name when connecting to Ceph cluster + + spec: add python-configshell runtime dependency + + gw: use client id when calling ceph shell command + + Fix race condition after gateway creation + + Misc target/acl reconfigure fixes + ------------------------------------------------------------------- Mon Mar 11 11:35:48 UTC 2019 - ncutler@suse.com diff --git a/ceph-iscsi.spec b/ceph-iscsi.spec index ecd787d..d8c3d85 100644 --- a/ceph-iscsi.spec +++ b/ceph-iscsi.spec @@ -20,7 +20,7 @@ Name: ceph-iscsi -Version: 3.0+1552304123.g67b0d30 +Version: 3.0+1552644320.g118bce3 Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management @@ -51,6 +51,7 @@ Requires: python-rtslib >= 2.1.fb67 Requires: rpm-python >= 4.11 Requires: python-cryptography Requires: python-flask >= 0.10.1 +Requires: python-configshell %else BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -64,8 +65,10 @@ Requires: python3-rpm >= 4.11 BuildRequires: python-rpm-macros BuildRequires: fdupes Requires: python3-Flask >= 0.10.1 +Requires: python3-configshell-fb %else Requires: python3-flask >= 0.10.1 +Requires: python3-configshell %endif %endif