py-consul: Add missing RHEL 10 support
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 6 Jun 2025 23:21:02 +0000 (18:21 -0500)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 6 Jun 2025 23:21:02 +0000 (18:21 -0500)
rpm/redhat/main/common/py-consul/main/py-consul.spec

index 36ca70a7817b8702dd537e687af1ddf04b448218..9b6005c5cb968fa1cdd7c611520719336d874fe9 100644 (file)
@@ -4,7 +4,7 @@
 %global        __ospython %{_bindir}/python3.13
 %global        python3_pkgversion 3.13
 %endif
-%if 0%{?rhel} && 0%{?rhel} < 10
+%if 0%{?rhel} && 0%{?rhel} <= 10
 %global        __ospython %{_bindir}/python3.12
 %global        python3_pkgversion 3.12
 %endif