|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
Summary: Enhanced system logging and kernel message trapping daemon
|
|
|
Name: rsyslog
|
|
|
-Version: 8.15.0
|
|
|
+Version: 8.32.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPLv3+
|
|
|
Group: System Environment/Daemons
|
|
@@ -18,16 +18,14 @@ Source4: rsyslog.log
|
|
|
|
|
|
# tweak the upstream service file to honour configuration from /etc/sysconfig/rsyslog
|
|
|
Patch0: rsyslog-8.8.0-sd-service.patch
|
|
|
-# prevent modification of trusted properties (proposed upstream)
|
|
|
-Patch1: rsyslog-8.8.0-immutable-json-props.patch
|
|
|
|
|
|
-#Patch1000: rsyslog-7.6.3-libpq_pkgconfig.patch
|
|
|
-
|
|
|
-BuildRequires: json-c-devel
|
|
|
+BuildRequires: curl-devel
|
|
|
BuildRequires: libestr-devel
|
|
|
+BuildRequires: libfastjson-devel
|
|
|
BuildRequires: liblogging-stdlog-devel
|
|
|
-BuildRequires: python-docutils
|
|
|
+BuildRequires: librelp-devel
|
|
|
BuildRequires: libuuid-devel
|
|
|
+BuildRequires: python-docutils
|
|
|
BuildRequires: zlib-devel
|
|
|
Requires: logrotate >= 3.5.2
|
|
|
Requires: bash >= 2.0
|
|
@@ -117,9 +115,6 @@ ability to send syslog messages as SNMPv1 and SNMPv2c traps.
|
|
|
%setup -q
|
|
|
|
|
|
%patch0 -p1
|
|
|
-%patch1 -p1
|
|
|
-
|
|
|
-#%patch1000 -p1 -b .libpq_pkgconfig
|
|
|
|
|
|
perl -pi -e 's|^extern char \*strdup.*$||' grammar/lexer.c
|
|
|
|
|
@@ -251,6 +246,10 @@ fi
|
|
|
%{_libdir}/rsyslog/omsnmp.so
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Feb 25 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.32.0-1
|
|
|
+- new upstream release.
|
|
|
+- dropped Patch1: fixed in upstream.
|
|
|
+
|
|
|
* Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.15.0-1
|
|
|
- new upstream release.
|
|
|
- built with gnutls-3.4.x.
|