Skip to content

Commit 1b5f1eb

Browse files
committed
rpm: default to gcc-toolset-13, not just for crimson
Fixes: https://tracker.ceph.com/issues/72643 Signed-off-by: Casey Bodley <[email protected]>
1 parent c14dc89 commit 1b5f1eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ceph.spec.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,9 @@
150150
%{!?python3_pkgversion: %global python3_pkgversion 3}
151151
%{!?python3_version_nodots: %global python3_version_nodots 3}
152152
%{!?python3_version: %global python3_version 3}
153-
%if 0%{with crimson}
154153
%if 0%{?rhel} < 10
155154
%{!?gts_version: %global gts_version 13}
156155
%endif
157-
%else
158-
%if 0%{?rhel} == 8
159-
%{!?gts_version: %global gts_version 11}
160-
%endif
161-
%endif
162156

163157
# Disable lto on systems that do not support symver attribute
164158
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 for details

0 commit comments

Comments
 (0)