mirror of
https://github.com/MariaDB/server.git
synced 2025-09-18 04:07:41 +03:00
This commit adds package dependencies for socat
which is needed for testing galera.
This commit is contained in:
@@ -222,7 +222,8 @@ IF(WITH_WSREP)
|
||||
SETA(CPACK_RPM_server_PACKAGE_REQUIRES
|
||||
"galera-4" "rsync" "grep" "gawk" "iproute"
|
||||
"coreutils" "findutils" "tar")
|
||||
SETA(CPACK_RPM_server_PACKAGE_RECOMMENDS "lsof")
|
||||
SETA(CPACK_RPM_server_PACKAGE_RECOMMENDS "lsof" "socat")
|
||||
SETA(CPACK_RPM_test_PACKAGE_REQUIRES "socat")
|
||||
ENDIF()
|
||||
|
||||
SET(CPACK_RPM_server_PRE_INSTALL_SCRIPT_FILE ${CMAKE_SOURCE_DIR}/support-files/rpm/server-prein.sh)
|
||||
|
Reference in New Issue
Block a user