Skip to content

Commit

Permalink
#1587 rpm suggest only on rhel8 on tools too
Browse files Browse the repository at this point in the history
  • Loading branch information
adriannuta committed Oct 1, 2020
1 parent 3c0f1a5 commit 440c1d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/builds/CommonRpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ and high volume stream filtering. This package contains the ICU DAT file. You n

set ( CPACK_RPM_TOOLS_PACKAGE_NAME "manticore-tools" )
set ( CPACK_RPM_TOOLS_PACKAGE_CONFLICTS "sphinx, manticore <= 3.5.0_200722.1d34c49" )
set ( CPACK_RPM_TOOLS_PACKAGE_SUGGESTS "manticore-icu" )
if ( "${DISTR_BUILD}" STREQUAL "rhel8" )
set ( CPACK_RPM_TOOLS_PACKAGE_SUGGESTS "manticore-icu" )
endif()
set ( CPACK_RPM_TOOLS_FILE_NAME "RPM-DEFAULT" )
set ( CPACK_COMPONENT_TOOLS_SUMMARY "Manticore Search utilities")
set ( CPACK_COMPONENT_TOOLS_DESCRIPTION "Manticore Search is a powerful free open source search engine
Expand Down

0 comments on commit 440c1d2

Please sign in to comment.