Commit dbb06d2e authored by Nirbhay Choubey's avatar Nirbhay Choubey

MDEV-10954: MariaDB Galera: wsrep_sst_common: line 120: which: command not found

Add 'which' to REQUIRES list.
parent 5d9ca522
......@@ -160,7 +160,7 @@ SETA(CPACK_RPM_server_PACKAGE_REQUIRES
IF(WITH_WSREP)
SETA(CPACK_RPM_server_PACKAGE_REQUIRES
"galera" "rsync" "lsof" "grep" "gawk" "iproute"
"coreutils" "findutils" "tar")
"coreutils" "findutils" "tar" "which")
ENDIF()
SET(CPACK_RPM_server_PRE_INSTALL_SCRIPT_FILE ${CMAKE_SOURCE_DIR}/support-files/rpm/server-prein.sh)
......
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