ceph 16.1.0 RC (ceph-16.1.0-308-gabe639eb)
rpmbuild apparently unable to automatically derive 'Requires: rocksdb' from 'BuildRequires: rocksdb-devel' for librocksdb.so.6.13 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
1fdc7e124d
commit
7ccae1fdf3
@ -113,7 +113,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 16.1.0
|
Version: 16.1.0
|
||||||
Release: 0.4.snapshot%{?dist}
|
Release: 0.5.snapshot%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
@ -189,6 +189,7 @@ BuildRequires: libcap-ng-devel
|
|||||||
BuildRequires: fmt-devel >= 5.2.1
|
BuildRequires: fmt-devel >= 5.2.1
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
BuildRequires: rocksdb-devel
|
BuildRequires: rocksdb-devel
|
||||||
|
Requires: rocksdb
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: liburing-devel
|
BuildRequires: liburing-devel
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
@ -1273,7 +1274,6 @@ cd build
|
|||||||
%if 0%{with ocf}
|
%if 0%{with ocf}
|
||||||
-DWITH_OCF=ON \
|
-DWITH_OCF=ON \
|
||||||
%endif
|
%endif
|
||||||
-DWITH_REENTRANT_STRSIGNAL=ON \
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
-DWITH_SYSTEM_ROCKSDB=ON \
|
-DWITH_SYSTEM_ROCKSDB=ON \
|
||||||
%endif
|
%endif
|
||||||
@ -2427,6 +2427,10 @@ exit 0
|
|||||||
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
|
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 5 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:16.1.0-0.5.snapshot
|
||||||
|
- ceph 16.1.0 RC (ceph-16.1.0-308-gabe639eb)
|
||||||
|
- rpmbuild apparently unable to automatically derive 'Requires: rocksdb' from 'BuildRequires: rocksdb-devel' for librocksdb.so.6.13
|
||||||
|
|
||||||
* Sat Feb 20 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:16.1.0-0.4.snapshot
|
* Sat Feb 20 2021 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:16.1.0-0.4.snapshot
|
||||||
- ceph 16.1.0 RC (ceph-16.1.0-308-gabe639eb)
|
- ceph 16.1.0 RC (ceph-16.1.0-308-gabe639eb)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user