You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ot...@apache.org on 2018/12/28 16:02:32 UTC

[metron] branch master updated: METRON-1957 5424 and 3164 parser configurations are packaged in wrong place (ottobackwards) closes apache/metron#1316

This is an automated email from the ASF dual-hosted git repository.

otto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e717a5  METRON-1957 5424 and 3164 parser configurations are packaged in wrong place (ottobackwards) closes apache/metron#1316
9e717a5 is described below

commit 9e717a525ddca986130f4208fb6c558eaaa56eab
Author: ottobackwards <ot...@gmail.com>
AuthorDate: Fri Dec 28 11:02:12 2018 -0500

    METRON-1957 5424 and 3164 parser configurations are packaged in wrong place (ottobackwards) closes apache/metron#1316
---
 metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
index caf92a5..294e24b 100644
--- a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
+++ b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
@@ -157,6 +157,8 @@ This package installs the Metron Parser Common files
 %{metron_home}/config/zookeeper/parsers/jsonMap.json
 %{metron_home}/config/zookeeper/parsers/jsonMapQuery.json
 %{metron_home}/config/zookeeper/parsers/jsonMapWrappedQuery.json
+%{metron_home}/config/zookeeper/parsers/syslog3164.json
+%{metron_home}/config/zookeeper/parsers/syslog5424.json
 %{metron_home}/patterns/common
 %attr(0644,root,root) %{metron_home}/lib/metron-parsers-common-%{full_version}-uber.jar
 
@@ -182,8 +184,6 @@ This package installs the Metron Bundled Parser files
 %{metron_home}/config/zookeeper/parsers/bro.json
 %{metron_home}/config/zookeeper/parsers/snort.json
 %{metron_home}/config/zookeeper/parsers/squid.json
-%{metron_home}/config/zookeeper/parsers/syslog3164.json
-%{metron_home}/config/zookeeper/parsers/syslog5424.json
 %{metron_home}/config/zookeeper/parsers/websphere.json
 %{metron_home}/config/zookeeper/parsers/yaf.json
 %{metron_home}/config/zookeeper/parsers/asa.json
@@ -634,6 +634,8 @@ chkconfig --del metron-management-ui
 chkconfig --del metron-alerts-ui
 
 %changelog
+* Thu Dec 27 2018 Apache Metron <de...@metron.apache.og> - 0.7.1
+- Updat metron SPEC to move syslog configurations to right place
 * Wed Dec 26 2018 Apache Metron <de...@metron.apache.org> - 0.7.1
 - Update metron SPEC file to include syslog 3164 parser
 * Thu Nov 15 2018 Apache Metron <de...@metron.apache.org> - 0.7.0