You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ elseif(UNIX)
95
95
if (RPMBUILD_EXECUTABLE)
96
96
set(CPACK_GENERATOR ${CPACK_GENERATOR}"RPM")
97
97
set(CPACK_RPM_PACKAGE_LICENSE "MPLv2.0")
98
+
set(CPACK_RPM_PACKAGE_DESCRIPTION "Heka is a tool for collecting and collating data from a number of different sources, performing 'in-flight' processing of collected data, and delivering the results to any number of destinations for further analysis.")
98
99
# todo we should pull lua_sandbox out of the heka/build and packaging
0 commit comments