From 868a94927590ed25e5bf3b9875cd750618988d136df622735cdb9f5e96c428cd Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 6 Jun 2019 10:05:35 +0000 Subject: [PATCH] Accepting request 708098 from filesystems:ceph:nautilus M17 candidate OBS-URL: https://build.opensuse.org/request/show/708098 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph-iscsi?expand=0&rev=37 --- ceph-iscsi-3.0+1558465738.g6a0a021.tar.gz | 3 --- ceph-iscsi-3.0+1559815396.g7aa8f7f.tar.gz | 3 +++ ceph-iscsi.changes | 11 +++++++++++ ceph-iscsi.spec | 12 ++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 ceph-iscsi-3.0+1558465738.g6a0a021.tar.gz create mode 100644 ceph-iscsi-3.0+1559815396.g7aa8f7f.tar.gz diff --git a/ceph-iscsi-3.0+1558465738.g6a0a021.tar.gz b/ceph-iscsi-3.0+1558465738.g6a0a021.tar.gz deleted file mode 100644 index 9a271c9..0000000 --- a/ceph-iscsi-3.0+1558465738.g6a0a021.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5519816fa371e586652a2074c219e4a36a37a6b8086b83981de0f15605e3c08b -size 127956 diff --git a/ceph-iscsi-3.0+1559815396.g7aa8f7f.tar.gz b/ceph-iscsi-3.0+1559815396.g7aa8f7f.tar.gz new file mode 100644 index 0000000..d086c3b --- /dev/null +++ b/ceph-iscsi-3.0+1559815396.g7aa8f7f.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bffcc8ba1ff8399dfdcce8b065ef8a1cc928503323a2a8f8485e76489c09411 +size 128634 diff --git a/ceph-iscsi.changes b/ceph-iscsi.changes index 2b5d114..872ef0c 100644 --- a/ceph-iscsi.changes +++ b/ceph-iscsi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 6 10:04:00 UTC 2019 - Nathan Cutler + +- Update to 3.0+1559815396.g7aa8f7f: + + Set 'SUSE' SCSI vendor (bsc#1136769) + + Adds support for multiple IPs per gateway (bsc#1136757) + + Do not allow lrbd to be installed simultaneously with ceph-iscsi + + Temporary workaround to support ',' in configshell params (must be removed/reverted in the future, after configshell >= 1.1.f25 is available) + + Fix problem deleting target with clients/disks + + Removes the disk 'delete' command + ------------------------------------------------------------------- Tue May 21 19:09:22 UTC 2019 - Nathan Cutler diff --git a/ceph-iscsi.spec b/ceph-iscsi.spec index 980fa08..7738011 100644 --- a/ceph-iscsi.spec +++ b/ceph-iscsi.spec @@ -20,7 +20,7 @@ Name: ceph-iscsi -Version: 3.0+1558465738.g6a0a021 +Version: 3.0+1559815396.g7aa8f7f Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management @@ -51,7 +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 +Requires: python-configshell >= 1.1.fb23 %else BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -65,13 +65,17 @@ Requires: python3-rpm >= 4.11 BuildRequires: python-rpm-macros BuildRequires: fdupes Requires: python3-Flask >= 0.10.1 -Requires: python3-configshell-fb +Requires: python3-configshell-fb >= 1.1.23 %else Requires: python3-flask >= 0.10.1 -Requires: python3-configshell +Requires: python3-configshell >= 1.1.fb23 %endif %endif +%if 0%{?suse_version} +Conflicts: lrbd +%endif + BuildRequires: systemd-rpm-macros %{?systemd_requires}