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

This commit is contained in:
LINxiansheng 2024-02-09 12:08:37 +00:00 committed by ob-robot
parent 3faf4cd834
commit c001170bde

View File

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