]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rpm: require gcc >= 13.3 regardless of gts_version
authorCasey Bodley <cbodley@redhat.com>
Tue, 19 Aug 2025 13:44:52 +0000 (09:44 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 1 Oct 2025 21:05:01 +0000 (17:05 -0400)
commit8752d7dc4e3c62c7ec31f1592d6674a2a8361b36
tree11a98f041b7d725ced1bb78fa562a77c9fdcc998
parentc6440bb47d0872b8641af5e9915e5e61337635a2
rpm: require gcc >= 13.3 regardless of gts_version

when gts_version is not set, bump the required version of gcc-c++ >= 13.3.
move this into a `%if 0%{?gts_version} == 0` block to prevent that from
applying to builds using gts, because the distro probably doesn't
provide a recent enough gcc-c++

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit f9b9bf3c6a947a483cedc00399f9d370e5158d5b)
ceph.spec.in