Accepting request 412187 from home:AndreasStieger:branches:Base:System
rsyslog 8.20.0 OBS-URL: https://build.opensuse.org/request/show/412187 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=248
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3379b30f2e6ef05a0f1c7327c73923fa5877a80b984506cdf48ed068c94a575e
|
||||
size 2279714
|
3
rsyslog-8.20.0.tar.gz
Normal file
3
rsyslog-8.20.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:339c8f848238459318bf742d1c7a48854f98418fd3a7909030b614c395165b17
|
||||
size 2287709
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f76958d2fbcbb3a2db531ec3878d6d9a8c4a622e457b9c97b7c7dcca0ddd6512
|
||||
size 4271094
|
3
rsyslog-doc-8.20.0.tar.gz
Normal file
3
rsyslog-doc-8.20.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0e0cd49c9cd67ff716712a50191b9e8d0e0882d00645012e9ce816213174cb3
|
||||
size 4273722
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 16:54:56 UTC 2016 - astieger@suse.com
|
||||
|
||||
- rsyslog 8.20.0:
|
||||
* omrelp: add configurable connection timeout
|
||||
* pmrfc3164: add support for slashes in hostname
|
||||
* bugfix omfile: handle chown() failure correctly
|
||||
* omfile now better conveys status of unwritable files back to core
|
||||
* config files recursively including themselfes are now detected
|
||||
* refactored code to not emit compiler warnings in "strict mode"
|
||||
* bugfix: fix some issues with action CommitTransaction() handling
|
||||
* bugfix omqmqp1: connecting to the message bus fails on nonstandard port
|
||||
* testbench/CI enhancements
|
||||
- Build requirements:
|
||||
* librelp 1.2.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 4 18:51:17 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
10
rsyslog.spec
10
rsyslog.spec
@@ -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.19.0
|
||||
Version: 8.20.0
|
||||
Release: 0
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%bcond_without systemd
|
||||
@@ -175,9 +175,9 @@ BuildRequires: postgresql-devel
|
||||
%if %{with relp}
|
||||
# RELP support
|
||||
%if %{with pkgconfig}
|
||||
BuildRequires: pkgconfig(relp) >= 1.2.5
|
||||
BuildRequires: pkgconfig(relp) >= 1.2.12
|
||||
%else
|
||||
BuildRequires: librelp-devel
|
||||
BuildRequires: librelp-devel >= 1.2.12
|
||||
%endif
|
||||
%endif
|
||||
%if %{with udpspoof}
|
||||
@@ -200,11 +200,15 @@ BuildRequires: liblognorm-devel >= 1.1.2
|
||||
%if %{with pkgconfig}
|
||||
BuildRequires: pkgconfig(libee) >= 0.4.0
|
||||
BuildRequires: pkgconfig(libestr) >= 0.1.9
|
||||
# 0.99.3 will become mandatory in 8.20.1
|
||||
# BuildRequires: pkgconfig(libfastjson) >= 0.99.3
|
||||
BuildRequires: pkgconfig(libfastjson) >= 0.99.0
|
||||
BuildRequires: pkgconfig(uuid) >= 2.21.0
|
||||
%else
|
||||
BuildRequires: libee-devel >= 0.4.0
|
||||
BuildRequires: libestr-devel
|
||||
# 0.99.3 will become mandatory in 8.20.1
|
||||
# BuildRequires: libfastjson-devel >= 0.99.3
|
||||
BuildRequires: libfastjson-devel >= 0.99.0
|
||||
BuildRequires: libuuid-devel
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user