]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rpm: default to gcc-toolset-13, not just for crimson
authorCasey Bodley <cbodley@redhat.com>
Tue, 19 Aug 2025 13:26:49 +0000 (09:26 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 1 Oct 2025 21:05:01 +0000 (17:05 -0400)
Fixes: https://tracker.ceph.com/issues/72643
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1b5f1ebbfc807f27541b18af75329daf16fd32f5)

ceph.spec.in

index a06aa9bdf877538bd2fe9a37613362d8c986401a..a32c2e612f9210301f0eed330351043e2c69f574 100644 (file)
 %{!?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