From c80a69a3d51c65c8cac40e2e64154b29bcd2f48e Mon Sep 17 00:00:00 2001 From: Sjir Bagmeijer Date: Sun, 27 Oct 2013 10:21:10 +0100 Subject: [PATCH] Update logstash.spec Fixed the following warnings: [root@localhost rpmbuild]# rpmbuild -bb SPECS/logstash.spec varning: bogus date in %changelog: Fri May 6 2013 sjir@basefarm.se 1.1.10-3 varning: bogus date in %changelog: Sat Feb 1 2013 Richard Pijnenburg - 1.1.9-1 varning: bogus date in %changelog: Fri May 6 2013 sjir@basefarm.se 1.1.10-3 varning: bogus date in %changelog: Sat Feb 1 2013 Richard Pijnenburg - 1.1.9-1 --- pkg/rpm/SPECS/logstash.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rpm/SPECS/logstash.spec b/pkg/rpm/SPECS/logstash.spec index 6b8bded84..c583b4dd1 100644 --- a/pkg/rpm/SPECS/logstash.spec +++ b/pkg/rpm/SPECS/logstash.spec @@ -11,7 +11,7 @@ Name: logstash Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for managing events and logs Group: System Environment/Daemons