From 865274f898bdce04645db7bacc8d29e0e422f08e Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 19 Aug 2025 09:26:49 -0400 Subject: [PATCH] rpm: default to gcc-toolset-13, not just for crimson Fixes: https://tracker.ceph.com/issues/72643 Signed-off-by: Casey Bodley (cherry picked from commit 1b5f1ebbfc807f27541b18af75329daf16fd32f5) --- ceph.spec.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index a06aa9bdf87..a32c2e612f9 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -150,15 +150,9 @@ %{!?python3_pkgversion: %global python3_pkgversion 3} %{!?python3_version_nodots: %global python3_version_nodots 3} %{!?python3_version: %global python3_version 3} -%if 0%{with crimson} %if 0%{?rhel} < 10 %{!?gts_version: %global gts_version 13} %endif -%else -%if 0%{?rhel} == 8 -%{!?gts_version: %global gts_version 11} -%endif -%endif # Disable lto on systems that do not support symver attribute # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 for details -- 2.39.5