Accepting request 708099 from filesystems:ceph
M17 candidate (forwarded request 708098 from smithfarm) OBS-URL: https://build.opensuse.org/request/show/708099 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ceph-iscsi?expand=0&rev=13
This commit is contained in:
commit
d3a45b9cc2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5519816fa371e586652a2074c219e4a36a37a6b8086b83981de0f15605e3c08b
|
||||
size 127956
|
3
ceph-iscsi-3.0+1559815396.g7aa8f7f.tar.gz
Normal file
3
ceph-iscsi-3.0+1559815396.g7aa8f7f.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bffcc8ba1ff8399dfdcce8b065ef8a1cc928503323a2a8f8485e76489c09411
|
||||
size 128634
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 10:04:00 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- 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 <ncutler@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user