bugfix: rpm update noreplace config

This commit is contained in:
luwenpeng
2023-10-11 00:08:43 +08:00
parent 6b1aae23bb
commit ea72456716

View File

@@ -32,5 +32,8 @@ endif()
# setup %config(noreplace)
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/pangu/pangu_pxy.conf"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/tfe.conf")
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/tfe.conf"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/zlog.conf"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/tfe/future.conf"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/doh/doh.conf")
include(CPack)