Skip to content

Commit d939fad

Browse files
author
Nirbhay Choubey
committed
Added rsync to galera server's rpm dependency list.
1 parent 707f378 commit d939fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/cpack_rpm.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ SETA(CPACK_RPM_server_PACKAGE_PROVIDES
126126
"mysql-server")
127127
SETA(CPACK_RPM_server_PACKAGE_REQUIRES
128128
"${CPACK_RPM_PACKAGE_REQUIRES}"
129-
"MariaDB-client" "galera" "lsof" "socat" "grep" "gawk" "iproute" "coreutils"
130-
"findutils")
129+
"MariaDB-client" "galera" "rsync" "lsof" "socat" "grep" "gawk" "iproute"
130+
"coreutils" "findutils")
131131

132132
SETA(CPACK_RPM_shared_PACKAGE_OBSOLETES
133133
"mysql-shared"

0 commit comments

Comments
 (0)