diff options
| author | luwenpeng <[email protected]> | 2023-10-11 00:08:43 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-10-11 00:10:08 +0800 |
| commit | ea724567169be1cb8ab02f2d96d9a73a5aa5ee56 (patch) | |
| tree | 5f62f84dcf040a13d6efc25aadb4e1371b49bd92 | |
| parent | 6b1aae23bbfd67b2fdae10f96a2843a6eee5e80d (diff) | |
bugfix: rpm update noreplace configv4.8.38-20231011
| -rw-r--r-- | cmake/Package.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
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) |
