]> git-server-git.apps.pok.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>
Tue, 19 Aug 2025 13:26:54 +0000 (09:26 -0400)
Fixes: https://tracker.ceph.com/issues/72643
Signed-off-by: Casey Bodley <cbodley@redhat.com>
ceph.spec.in

index f63c50aec90dfdc7377b1310d7643f63e26f0c25..0de53ba7b41dc4a9b348518029c9aed433e3155e 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