nickwallen commented on a change in pull request #1389: METRON-2087: Remove
Storm dependency from metron-indexing
URL: https://github.com/apache/metron/pull/1389#discussion_r287474225
##########
File path: metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
##########
@@ -373,24 +395,21 @@ This package installs the Metron Enrichment Storm files
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-%package indexing
+%package indexing-common
Summary: Metron Indexing Files
Group: Applications/Internet
-Provides: indexing = %{version}
+Provides: indexing-common = %{version}
-%description indexing
+%description indexing-common
This package installs the Metron Indexing files
-%files indexing
+%files indexing-common
Review comment:
The only thing the indexing-common RPM does is install a few configuration
files for the sample sensors, right? Seems like a waste, but maybe there is
not a good alternative right now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services