forked from pool/ceph-iscsi
Accepting request 709111 from filesystems:ceph
M17 candidate (forwarded request 709110 from smithfarm) OBS-URL: https://build.opensuse.org/request/show/709111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ceph-iscsi?expand=0&rev=15
This commit is contained in:
commit
d1cf1a8e6d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94c9f95a54539284db25ceeee766df1a8bd1adf5412c3e08e4c7d6c7e004b3b7
|
||||
size 128686
|
3
ceph-iscsi-3.0+1560249372.g70ec7a9.tar.gz
Normal file
3
ceph-iscsi-3.0+1560249372.g70ec7a9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9f140c339238b57b6a3f6307fd19462e3cf31eda6a4224da39e8821bf60023d
|
||||
size 128571
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 10:36:22 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Update to 3.0+1560249372.g70ec7a9:
|
||||
+ spec: drop python3-configshell-fb version guard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 15:39:27 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
- Update to 3.0+1560181178.g3010fd7:
|
||||
+ Fix config hash check validation
|
||||
+ spec: fix rhel conditional blocks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 16:25:29 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
Name: ceph-iscsi
|
||||
Version: 3.0+1559837868.g8be74cf
|
||||
Version: 3.0+1560249372.g70ec7a9
|
||||
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 >= 1.1.fb23
|
||||
Requires: python-configshell
|
||||
%else
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -65,14 +65,14 @@ Requires: python3-rpm >= 4.11
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: fdupes
|
||||
Requires: python3-Flask >= 0.10.1
|
||||
Requires: python3-configshell-fb >= 1.1.23
|
||||
Requires: python3-configshell-fb
|
||||
%else
|
||||
Requires: python3-flask >= 0.10.1
|
||||
Requires: python3-configshell >= 1.1.fb23
|
||||
Requires: python3-configshell
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} < 8
|
||||
%if 0%{?rhel} == 7
|
||||
BuildRequires: systemd
|
||||
%else
|
||||
BuildRequires: systemd-rpm-macros
|
||||
@ -144,7 +144,7 @@ ln -s service %{buildroot}%{_sbindir}/rcrbd-target-api
|
||||
%endif
|
||||
|
||||
%post
|
||||
%if 0%{?rhel} < 8
|
||||
%if 0%{?rhel} == 7
|
||||
/bin/systemctl --system daemon-reload &> /dev/null || :
|
||||
/bin/systemctl --system enable rbd-target-gw &> /dev/null || :
|
||||
/bin/systemctl --system enable rbd-target-api &> /dev/null || :
|
||||
@ -167,7 +167,7 @@ ln -s service %{buildroot}%{_sbindir}/rcrbd-target-api
|
||||
%endif
|
||||
|
||||
%postun
|
||||
%if 0%{?rhel} < 8
|
||||
%if 0%{?rhel} == 7
|
||||
/bin/systemctl --system daemon-reload &> /dev/null || :
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user