Commit 83175219 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-29522 RocksDB RPM doesn't get built on Rocky Linux and Alma

use correct python on rocky8 and alma8
parent fc794fd8
......@@ -283,7 +283,7 @@ ELSEIF(RPM MATCHES "sles")
"mariadb-server = %{version}-%{release}"
)
ENDIF()
IF(RPM MATCHES "fedora31" OR RPM MATCHES "(rhel|centos)8")
IF(RPM MATCHES "fedora31" OR RPM MATCHES "(rocky|alma|rhel|centos)8")
SET(PYTHON_SHEBANG "/usr/bin/python3" CACHE STRING "python shebang")
ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment