Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e57aa36599 | |||
| c6a56250f6 | |||
| afd1749306 | |||
| 8fba3c4047 | |||
| 384d883beb | |||
| ed755c5530 | |||
| 9ddd84af30 | |||
| 15e2388df3 | |||
| 8f6e84efec | |||
| 3343bdbb01 |
@@ -143,6 +143,7 @@ Requires: ceph-mds = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires: ceph-mon = %{_epoch_prefix}%{version}-%{release}
|
||||
Requires(post): binutils
|
||||
|
||||
%if 0%{with cephfs_java}
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: sharutils
|
||||
@@ -166,6 +167,10 @@ BuildRequires: devtoolset-8-gcc-c++ >= 8.2.1
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
# unlike with gcc-10, installing gcc-9 does not include gcc/libatomic
|
||||
BuildRequires: libatomic
|
||||
%endif
|
||||
BuildRequires: gdbm
|
||||
%if 0%{with tcmalloc}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
@@ -1241,8 +1246,8 @@ make "$CEPH_MFLAGS_JOBS"
|
||||
%if 0%{with make_check}
|
||||
%check
|
||||
# run in-tree unittests
|
||||
# cd build
|
||||
# ctest "$CEPH_MFLAGS_JOBS"
|
||||
cd build
|
||||
ctest "$CEPH_MFLAGS_JOBS"
|
||||
%endif
|
||||
|
||||
|
||||
@@ -2295,12 +2300,9 @@ exit 0
|
||||
* Sat Feb 1 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.7-1
|
||||
- ceph 14.2.7 GA
|
||||
|
||||
* Wed Jan 29 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.6-4
|
||||
* Thu Jan 30 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.6-3
|
||||
- ceph 14.2.6, https://tracker.ceph.com/issues/43649
|
||||
|
||||
* Mon Jan 27 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.6-3
|
||||
- ceph 14.2.6, (temporarily) disable unit tests
|
||||
|
||||
* Fri Jan 24 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
||||
- ceph 14.2.6, gcc-10, missing includes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user