From ea724567169be1cb8ab02f2d96d9a73a5aa5ee56 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Wed, 11 Oct 2023 00:08:43 +0800 Subject: [PATCH] bugfix: rpm update noreplace config --- cmake/Package.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmake/Package.cmake b/cmake/Package.cmake index d36b3e7..65c5c96 100644 --- a/cmake/Package.cmake +++ b/cmake/Package.cmake @@ -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)