Compare commits

...

10 Commits

Author SHA1 Message Date
Kaleb S. KEITHLEY e57aa36599 Merge remote-tracking branch 'origin/f32' into f30 2020-04-21 15:00:27 -04:00
Kaleb S. KEITHLEY c6a56250f6 ceph 14.2.8 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2020-03-05 08:33:25 -05:00
Kaleb S. KEITHLEY afd1749306 Merge remote-tracking branch 'origin/f32' into f31 2020-03-04 16:20:05 -05:00
Kaleb S. KEITHLEY 8fba3c4047 Merge remote-tracking branch 'origin' into f31 2020-02-03 00:35:00 -05:00
Kaleb S. KEITHLEY 384d883beb ceph 14.2.7 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2020-02-01 04:10:32 -05:00
Kaleb S. KEITHLEY ed755c5530 ceph 14.2.6, https://tracker.ceph.com/issues/43649
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2020-01-30 13:33:29 -05:00
Kaleb S. KEITHLEY 9ddd84af30 Merge remote-tracking branch 'origin' into f31 2020-01-30 13:30:10 -05:00
Kaleb S. KEITHLEY 15e2388df3 Merge remote-tracking branch 'origin' into f31 2020-01-12 07:23:43 -05:00
Kaleb S. KEITHLEY 8f6e84efec Merge remote-tracking branch 'origin' into f31 2020-01-09 09:37:47 -05:00
Kaleb S. KEITHLEY 3343bdbb01 ceph 14.2.5 GA 2019-12-10 15:12:49 -05:00
+8 -6
View File
@@ -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