[CP] update obshell deps and fix a rpm compile bug

This commit is contained in:
LINxiansheng
2024-01-16 07:21:32 +00:00
committed by ob-robot
parent 1fc077442a
commit 13bcda203e

View File

@ -129,6 +129,7 @@ install(
DESTINATION admin DESTINATION admin
COMPONENT server) COMPONENT server)
if (OB_BUILD_OPENSOURCE)
install(FILES install(FILES
tools/rpm/systemd/profile/oceanbase.cnf tools/rpm/systemd/profile/oceanbase.cnf
tools/rpm/systemd/profile/oceanbase-pre.json tools/rpm/systemd/profile/oceanbase-pre.json
@ -139,6 +140,7 @@ install(FILES
tools/rpm/systemd/profile/pre_uninstall.sh tools/rpm/systemd/profile/pre_uninstall.sh
DESTINATION profile DESTINATION profile
COMPONENT server) COMPONENT server)
endif()
## oceanbase-cdc ## oceanbase-cdc
if (NOT OB_SO_CACHE AND OB_BUILD_CDC) if (NOT OB_SO_CACHE AND OB_BUILD_CDC)