Accepting request 685306 from filesystems:ceph:nautilus
M12 candidate OBS-URL: https://build.opensuse.org/request/show/685306 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph-iscsi?expand=0&rev=21
This commit is contained in:
parent
dc154961a9
commit
42f6eeca7c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d62282964cb681adfbaccba0ac2e5b549756611e222ff92432a34916ca9a393d
|
|
||||||
size 121807
|
|
3
ceph-iscsi-3.0+1552644320.g118bce3.tar.gz
Normal file
3
ceph-iscsi-3.0+1552644320.g118bce3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f51bbda4382812c43b9cf99f52d8dfb6f3c229c2348f9e4b34b8f4fee7d3ab6
|
||||||
|
size 124686
|
@ -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
|
Mon Mar 11 11:35:48 UTC 2019 - ncutler@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ceph-iscsi
|
Name: ceph-iscsi
|
||||||
Version: 3.0+1552304123.g67b0d30
|
Version: 3.0+1552644320.g118bce3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Summary: Python modules for Ceph iSCSI gateway configuration management
|
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: rpm-python >= 4.11
|
||||||
Requires: python-cryptography
|
Requires: python-cryptography
|
||||||
Requires: python-flask >= 0.10.1
|
Requires: python-flask >= 0.10.1
|
||||||
|
Requires: python-configshell
|
||||||
%else
|
%else
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -64,8 +65,10 @@ Requires: python3-rpm >= 4.11
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python3-Flask >= 0.10.1
|
Requires: python3-Flask >= 0.10.1
|
||||||
|
Requires: python3-configshell-fb
|
||||||
%else
|
%else
|
||||||
Requires: python3-flask >= 0.10.1
|
Requires: python3-flask >= 0.10.1
|
||||||
|
Requires: python3-configshell
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user