Skip to content

Commit

Permalink
reformat PackagingFedora CMake (ElektraInitiative#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmakar committed May 3, 2023
1 parent 4c0250b commit 9bda6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cmake/Modules/PackagingFedora.cmake
Expand Up @@ -52,7 +52,8 @@ set (

if (CPACK_PACKAGE_ARCHITECTURE MATCHES "x86_64")
# workaround because rpm autoprov doesn't include symlinks
set (CPACK_RPM_LIBELEKTRA${SO_VERSION}_PACKAGE_PROVIDES "libelektra-plugin-resolver.so()(64bit), libelektra-plugin-storage.so()(64bit)")
set (CPACK_RPM_LIBELEKTRA${SO_VERSION}_PACKAGE_PROVIDES
"libelektra-plugin-resolver.so()(64bit), libelektra-plugin-storage.so()(64bit)")
endif ()

set (CPACK_RPM_LIBELEKTRA${SO_VERSION}_PACKAGE_NAME "${CPACK_COMPONENT_LIBELEKTRA${SO_VERSION}_DISPLAY_NAME}")
Expand Down

0 comments on commit 9bda6c8

Please sign in to comment.