Skip to content

Commit a13e521

Browse files
committed
MDEV-33636: RPM caps is on mariadbd exe
Postfix on 51e3f1d that mariadbd should be the executable name rather than capabilities on a symlink.
1 parent 4592af2 commit a13e521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cpack_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ENDMACRO(SETA)
183183
IF (CMAKE_VERSION VERSION_GREATER 3.10.0)
184184
# cmake bug #14362
185185
SET(CPACK_RPM_server_USER_FILELIST ${CPACK_RPM_server_USER_FILELIST}
186-
"%caps(cap_ipc_lock=pe) %{_sbindir}/mysqld"
186+
"%caps(cap_ipc_lock=pe) %{_sbindir}/mariadbd"
187187
)
188188
ENDIF()
189189

0 commit comments

Comments
 (0)