mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Update logstash.spec
Updated to version 1.3.2 and also added support for the ARM version of Fedora.
This commit is contained in:
parent
c80a69a3d5
commit
3a4907a37a
1 changed files with 7 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
||||||
%global sysconfigdir %{_sysconfdir}/sysconfig
|
%global sysconfigdir %{_sysconfdir}/sysconfig
|
||||||
|
|
||||||
Name: logstash
|
Name: logstash
|
||||||
Version: 1.2.2
|
Version: 1.3.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A tool for managing events and logs
|
Summary: A tool for managing events and logs
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
@ -24,7 +24,7 @@ Source3: logstash.init
|
||||||
Source4: logstash.sysconfig
|
Source4: logstash.sysconfig
|
||||||
Source5: logstash.conf
|
Source5: logstash.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: x86_64 i386 i686
|
BuildArch: x86_64 i386 i686 arm
|
||||||
|
|
||||||
Requires: java
|
Requires: java
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
|
@ -136,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%dir %{piddir}/
|
%dir %{piddir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 4 2014 <sbagmeijer@ulyaoth.asia> - 1.3.2-1
|
||||||
|
- Updated version to 1.3.2
|
||||||
|
- Added BuildArch for arm fedora
|
||||||
|
|
||||||
* Sun Oct 27 2013 <sbagmeijer@ulyaoth.asia> - 1.2.2-2
|
* Sun Oct 27 2013 <sbagmeijer@ulyaoth.asia> - 1.2.2-2
|
||||||
- Fixed the bogus date warning
|
- Fixed the bogus date warning
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue