Accepting request 308056 from Base:System

rsyslog 8.10.0

OBS-URL: https://build.opensuse.org/request/show/308056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=107
This commit is contained in:
Dominique Leuenberger 2015-05-20 21:54:51 +00:00 committed by Git OBS Bridge
commit 6c18ddbeba
6 changed files with 57 additions and 9 deletions

3
rsyslog-8.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b92df3f367108219e2fffccd463bf49d75cb8ab3ceaa52e9789f85eace066912
size 2013205

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eab00e8e758cd9dd33b3e2cf6af80297d1951dc7db37bd723a6488a35d577adc
size 2022294

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:838c8fb56c3e1d46c3066d5b0c542abfdb8b7ed98f141ff8e39d1969a5d1279c
size 4107582

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3c6747439fabbfa976922ca26ffa695778668e757261e00103f2444cf153afa
size 4100654

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue May 19 19:23:30 UTC 2015 - astieger@suse.com
- rsyslog 8.10.0:
* imfile: add capability to process multi-line messages based on regex
* pmrfc3164: add new parameter "detect.yearAfterTimestamp"
* pmrfc3164: add new parameter "permit.squareBracesInHostname"
* supplementary groups are now set when dropping privileges
* imfile: added brace glob expansion to wildcard
* zmq: add the ability for zeromq input and outputs to advertise their
presence on UDP via the zbeacon API.
* added omhttpfs: contributed module for writing to HDFS via HTTP
* bug fixes
- packaging changes:
* build with GnuTLS support again as 3.4.0 is now supported
-------------------------------------------------------------------
Thu Apr 30 12:39:07 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rsyslog
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: rsyslog
Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons
Version: 8.9.0
Version: 8.10.0
Release: 0
%if 0%{?suse_version} >= 1210
%bcond_without systemd
@ -44,7 +44,7 @@ Release: 0
%bcond_with journal
%endif
%bcond_without gssapi
%bcond_with gnutls
%bcond_without gnutls
%bcond_without gcrypt
%bcond_without guardtime
%bcond_without mysql
@ -55,6 +55,7 @@ Release: 0
%bcond_without diagtools
%bcond_without mmnormalize
%bcond_without elasticsearch
%bcond_without omhttpfs
# TODO: ... doesnt have a proper configure check but wants hdfs.h
%bcond_with hdfs
%bcond_with mongodb
@ -114,6 +115,9 @@ BuildRequires: liblogging-devel
%if %{with elasticsearch}
BuildRequires: curl-devel
%endif
%if %{with omhttpfs}
BuildRequires: curl-devel >= 7.0.0
%endif
%if %{with hiredis}
BuildRequires: hiredis-devel >= 0.10.1
%endif
@ -438,6 +442,21 @@ This module provides support to output to an ElasticSearch database.
%endif
%if %{with omhttpfs}
%package module-omhttpfs
Requires: %{name} = %{version}
Summary: HDFS via HTTP output module for syslog
Group: System/Daemons
%description module-omhttpfs
Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
package.
This module provides support to output to HDFS via HTTP.
%endif
%if %{with hdfs}
%package module-hdfs
@ -531,6 +550,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../..
%if %{with elasticsearch}
--enable-elasticsearch \
%endif
%if %{with omhttpfs}
--enable-omhttpfs \
%endif
%if %{with gnutls}
--enable-gnutls \
%endif
@ -664,6 +686,9 @@ if test "%{rsyslog_module_dir_nodeps}" != "%{rsyslog_module_dir_withdeps}" ; the
%endif
%if %{with elasticsearch}
omelasticsearch.so \
%endif
%if %{with omhttpfs}
omhttpfs.so \
%endif
; do
mv -f %{buildroot}%{rsyslog_module_dir_nodeps}/$mod \
@ -1050,6 +1075,13 @@ fi
%{rsyslog_module_dir_withdeps}/omelasticsearch.so
%endif
%if %{with omhttpfs}
%files module-omhttpfs
%defattr(-,root,root)
%{rsyslog_module_dir_withdeps}/omhttpfs.so
%endif
%if %{with hdfs}
%files module-hdfs