From dcdedcfa5da4f6b6d85f05ec1a794ae22a13558bb5cba48cfdac66b6b7340e41 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 27 Sep 2019 09:34:56 +0000 Subject: [PATCH] Accepting request 733643 from filesystems:ceph:nautilus upstream 3.3 OBS-URL: https://build.opensuse.org/request/show/733643 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph-iscsi?expand=0&rev=54 --- ceph-iscsi-3.2+1568099844.g09c5205.tar.gz | 3 --- ceph-iscsi-3.3+1569575733.g93940a4.tar.gz | 3 +++ ceph-iscsi.changes | 8 ++++++++ ceph-iscsi.spec | 5 ++++- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ceph-iscsi-3.2+1568099844.g09c5205.tar.gz create mode 100644 ceph-iscsi-3.3+1569575733.g93940a4.tar.gz diff --git a/ceph-iscsi-3.2+1568099844.g09c5205.tar.gz b/ceph-iscsi-3.2+1568099844.g09c5205.tar.gz deleted file mode 100644 index 56ce78e..0000000 --- a/ceph-iscsi-3.2+1568099844.g09c5205.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afb40d1514b63cba468a4ff15c555a68a35d1055589264a6d8d54b677d4ba5ad -size 128785 diff --git a/ceph-iscsi-3.3+1569575733.g93940a4.tar.gz b/ceph-iscsi-3.3+1569575733.g93940a4.tar.gz new file mode 100644 index 0000000..c539318 --- /dev/null +++ b/ceph-iscsi-3.3+1569575733.g93940a4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c064f789dcc9272c224bdbbd610b3c2e15afbbf15fe02e2410ef2ed9966483 +size 132048 diff --git a/ceph-iscsi.changes b/ceph-iscsi.changes index 5d4f04b..5f8c269 100644 --- a/ceph-iscsi.changes +++ b/ceph-iscsi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 27 09:17:57 UTC 2019 - Ricardo Marques + +- Update to 3.3+1569575733.g93940a4: + + Validate kernel LIO controls type and value (bsc#1140491) + + TPG lun_id persistence (bsc#1145618) + + Target level CHAP authentication (bsc#1145617) + ------------------------------------------------------------------- Tue Sep 10 06:54:56 UTC 2019 - Nathan Cutler diff --git a/ceph-iscsi.spec b/ceph-iscsi.spec index 3ae3d50..76a1258 100644 --- a/ceph-iscsi.spec +++ b/ceph-iscsi.spec @@ -19,7 +19,7 @@ %endif Name: ceph-iscsi -Version: 3.2+1568099844.g09c5205 +Version: 3.3+1569575733.g93940a4 Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management @@ -52,8 +52,10 @@ Requires: python-flask >= 0.10.1 Requires: python-configshell %if 0%{?rhel} == 7 Requires: pyOpenSSL +Requires: python-requests %else Requires: python-pyOpenSSL +Requires: python2-requests %endif %else BuildRequires: python3-devel @@ -64,6 +66,7 @@ Requires: python3-netifaces >= 0.10.4 Requires: python3-rtslib >= 2.1.fb68 Requires: python3-cryptography Requires: python3-pyOpenSSL +Requires: python3-requests %if 0%{?suse_version} BuildRequires: python-rpm-macros BuildRequires: fdupes