ceph 15.1.0, rhbz#1809799

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2020-03-09 21:41:53 -04:00
parent fcc245cca3
commit ef8dc618c7
2 changed files with 4 additions and 3 deletions

View File

@ -130,9 +130,7 @@ Patch0001: 0001-src-common-crc32c_intel_fast.patch
Patch0002: 0002-src-common-CMakeLists.txt.patch
Patch0003: 0003-src-common-bitstr.h.patch
Patch0004: 0004-src-test-rgw-test_rgw_reshart_wait.cc.patch
%ifarch x86_64
Patch0005: 0005-cmake-modules-BuildBoost.cmake.patch
%endif
Source1:: cmake-modules-BuildBoost.cmake.noautopatch
# ceph 14.0.1 does not support 32-bit architectures, bugs #1727788, #1727787
ExcludeArch: i686 armv7hl
#################################################################################
@ -1081,6 +1079,9 @@ This package provides Cephs default alerts for Prometheus.
#################################################################################
%prep
%autosetup -p1
%ifarch x86_64
patch -p1 < %{SOURCE1}
%endif
%build
# LTO can be enabled as soon as the following GCC bug is fixed: