]> git-server-git.apps.pok.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)
committerYuri Weinstein <yweinste@redhat.com>
Thu, 2 Oct 2025 17:21:10 +0000 (17:21 +0000)
commitbba186454bfe8c7ff35528f013dcc121c3597e21
treed0158081e3c549de7d574b019b52d582625d2085
parentc3e9469bb9a45bb89d81e313b5e5dfb7f4a859e7
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)
(cherry picked from commit 8752d7dc4e3c62c7ec31f1592d6674a2a8361b36)
ceph.spec.in