From: Casey Bodley Date: Tue, 19 Aug 2025 13:26:49 +0000 (-0400) Subject: rpm: default to gcc-toolset-13, not just for crimson X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1b5f1ebbfc807f27541b18af75329daf16fd32f5;p=ceph.git rpm: default to gcc-toolset-13, not just for crimson Fixes: https://tracker.ceph.com/issues/72643 Signed-off-by: Casey Bodley --- diff --git a/ceph.spec.in b/ceph.spec.in index f63c50aec90..0de53ba7b41 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