We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191cae2 commit 165a6dcCopy full SHA for 165a6dc
support-files/CMakeLists.txt
@@ -88,7 +88,7 @@ IF(UNIX)
88
INSTALL(FILES ${out} DESTINATION ${inst_location}/policy/selinux COMPONENT SupportFiles)
89
ENDFOREACH()
90
IF(RPM)
91
- EXECUTE_PROCESS(COMMAND rpm -q --qf "%{VERSION}-%{RELEASE}" libsepol
+ EXECUTE_PROCESS(COMMAND rpm -q --qf "%{VERSION}" libsepol
92
OUTPUT_VARIABLE LIBSEPOL_VERSION RESULT_VARIABLE err)
93
IF (NOT err)
94
SET(CPACK_RPM_server_PACKAGE_REQUIRES
0 commit comments