diff logstash.spec @ 30:f2691b83bafa

update to ES 0.90.0 and logstash 1.1.12
author Carl Byington <carl@five-ten-sg.com>
date Fri, 10 May 2013 15:01:48 -0700
parents 01ebc38d772e
children 082f7a76fa48
line wrap: on
line diff
--- a/logstash.spec	Tue May 07 11:03:17 2013 -0700
+++ b/logstash.spec	Fri May 10 15:01:48 2013 -0700
@@ -3,7 +3,7 @@
 
 Summary:        logstash is a tool for managing events and logs.
 Name:           logstash
-Version:        1.1.10
+Version:        1.1.12
 Release:        0%{?dist}
 
 Group:          System Environment/Daemons
@@ -14,6 +14,7 @@
 Source0:        %{name}-%{version}.tar.gz
 Source1:        https://logstash.jira.com/secure/attachment/12610/logstash_index_cleaner.py
 Source2:        http://logstash.objects.dreamhost.com/maxmind/GeoLite-City-2013-01-18.dat.gz
+Source3:        https://raw.github.com/tobie/ua-parser/master/regexes.yaml
 Source4:        %{name}.Makefile
 Source5:        %{name}.manifest
 Source10:       %{name}.rc
@@ -50,8 +51,9 @@
 
 
 %build
+gunzip -c %SOURCE2 >GeoLiteCity.dat
+cp %SOURCE3 .
 cp %SOURCE5 .
-gunzip -c %SOURCE2 >GeoLiteCity.dat
 make -f %SOURCE4
 
 
@@ -115,6 +117,9 @@
 
 
 %changelog
+* Fri May 10 2013  <carl@five-ten-sg.com> - 1.1.12-0
+- update to newer logstash
+
 * Wed Apr 17 2013  <carl@five-ten-sg.com> - 1.1.10-0
 - update to newer logstash