Skip to content

Commit

Permalink
Libacl-devel to libcap-devel buildrequires
Browse files Browse the repository at this point in the history
  • Loading branch information
sabedevops committed Sep 12, 2023
1 parent 3b6c1d4 commit 1ca1ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/package/CPackGenConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_policy(SET CMP0057 NEW)

if(CPACK_GENERATOR MATCHES "RPM")
set(CPACK_RPM_BUILDREQUIRES "cmake >= ${CMAKE_MINIMUM_REQUIRED_VERSION}, systemd-devel, gawk, gcc-c++ >= 4.9, python3, openssl-devel, zlib-devel, libacl-devel")
set(CPACK_RPM_BUILDREQUIRES "cmake >= ${CMAKE_MINIMUM_REQUIRED_VERSION}, systemd-devel, gawk, gcc-c++ >= 4.9, python3, openssl-devel, zlib-devel, libcap-devel")
if(CPACK_OS_RELEASE_NAME IN_LIST CPACK_RPM_DISTRIBUTIONS AND CPACK_OS_RELEASE_VERSION VERSION_GREATER "7")
list(APPEND CPACK_RPM_BUILDREQUIRES "systemd-rpm-macros")
endif()
Expand Down

0 comments on commit 1ca1ebf

Please sign in to comment.