numpy -> python3-numpy, bz#1712203 (and why I like to keep upstream
and fedora .spec files in sync) Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
229de7b3ab
commit
c3ded1ba4d
10
ceph.spec
10
ceph.spec
@ -108,7 +108,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 14.2.1
|
Version: 14.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
@ -483,8 +483,8 @@ BuildArch: noarch
|
|||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
|
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
|
||||||
Requires: numpy
|
Requires: python%{_python_buildid}-numpy
|
||||||
Requires: scipy
|
Requires: python%{_python_buildid}-scipy
|
||||||
%description mgr-diskprediction-local
|
%description mgr-diskprediction-local
|
||||||
ceph-mgr-diskprediction-local is a ceph-mgr plugin that tries to predict
|
ceph-mgr-diskprediction-local is a ceph-mgr plugin that tries to predict
|
||||||
disk failures using local algorithms and machine-learning databases.
|
disk failures using local algorithms and machine-learning databases.
|
||||||
@ -2172,6 +2172,10 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.0-2
|
||||||
|
- numpy -> python3-numpy, bz#1712203 (and why I like to keep upstream
|
||||||
|
and fedora .spec files in sync)
|
||||||
|
|
||||||
* Wed May 8 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
* Wed May 8 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
||||||
- sync w/ upstream to minimize diffs/drift
|
- sync w/ upstream to minimize diffs/drift
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user