Accepting request 226906 from home:AndreasStieger:branches:Base:System

rsyslog 7.4.10

OBS-URL: https://build.opensuse.org/request/show/226906
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=178
This commit is contained in:
Andreas Stieger 2014-03-20 20:33:12 +00:00 committed by Git OBS Bridge
parent ec3297a7fc
commit e57cc5ab9a
4 changed files with 21 additions and 8 deletions

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

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 20 19:47:26 UTC 2014 - andreas.stieger@gmx.de
- rsyslog 7.4.10:
- bugfix: json templates are improperly created
- ompgsql bugfix: improper handling of auto-backgrounding mode
- contains changes from 7.4.9:
- added ProcessInternalMessages global system parameter
- bugfix: imuxsock input parameters were not accepted
- bugfix: potential double-free in RainerScript equal comparison
- bugfix: some RainerScript Json(Variable)/string comparisons were wrong
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 11 12:33:10 UTC 2014 - andreas.stieger@gmx.de Tue Feb 11 12:33:10 UTC 2014 - andreas.stieger@gmx.de

View File

@ -20,7 +20,7 @@ Name: rsyslog
Summary: The enhanced syslogd for Linux and Unix Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0) License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons Group: System/Daemons
Version: 7.4.8 Version: 7.4.10
Release: 0 Release: 0
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
%bcond_without systemd %bcond_without systemd
@ -90,6 +90,7 @@ BuildRequires: openssl-devel
BuildRequires: pcre-devel BuildRequires: pcre-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: pkgconfig(liblogging-stdlog) >= 1.0.1
%if %{with elasticsearch} %if %{with elasticsearch}
BuildRequires: curl-devel BuildRequires: curl-devel
%endif %endif
@ -141,12 +142,12 @@ BuildRequires: libnet-devel
%if %{with mmnormalize} %if %{with mmnormalize}
# mmnormalize support # mmnormalize support
BuildRequires: pkgconfig(lognorm) >= 0.3.1 BuildRequires: pkgconfig(lognorm) >= 0.3.1
# no support for 1.0.0 as per configure # no support for 1.0.0 in v7.5-stable as per configure
BuildRequires: pkgconfig(lognorm) < 1.0.0 BuildConflicts: pkgconfig(lognorm) >= 1.0.0
# pull in 0.3.x in Factory
%if 0%{?suse_version} > 1310 %if 0%{?suse_version} > 1310
BuildRequires: liblognorm0-devel BuildRequires: liblognorm0-devel
%endif %endif
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig(libee) >= 0.4.0 BuildRequires: pkgconfig(libee) >= 0.4.0
%else %else