From fbd3e481560573b30c90a8e298093080744e072b Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 17 Jul 2020 18:54:37 -0400 Subject: [PATCH] see 15.2.4-3 Signed-off-by: Kaleb S. KEITHLEY --- ceph.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 9a04346..2b90079 100644 --- a/ceph.spec +++ b/ceph.spec @@ -101,7 +101,7 @@ ################################################################################# Name: ceph Version: 15.2.4 -Release: 4%{?dist} +Release: 5%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -1246,6 +1246,7 @@ cd build %else -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \ %endif + -DWITH_REENTRANT_STRSIGNAL=ON \ %if 0%{with cmake_verbose_logging} -DCMAKE_VERBOSE_MAKEFILE=ON \ %endif @@ -2367,6 +2368,9 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog +* Fri Jul 17 2020 Kaleb S. KEITHLEY - 2:15.2.4-5 +- see 15.2.4-3 + * Fri Jul 17 2020 Kaleb S. KEITHLEY - 2:15.2.4-4 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11