Skip to content

Commit

Permalink
MDEV-29522 RocksDB RPM doesn't get built on Rocky Linux and Alma
Browse files Browse the repository at this point in the history
use correct python on rocky8 and alma8
  • Loading branch information
vuvova committed Sep 13, 2022
1 parent fc794fd commit 8317521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cpack_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 8317521

Please sign in to comment.