Browse Source

rsyslog-8.38.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11888 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
27b942560e
1 changed files with 7 additions and 7 deletions
  1. 7 7
      r/rsyslog/rsyslog-vl.spec

+ 7 - 7
r/rsyslog/rsyslog-vl.spec

@@ -5,7 +5,7 @@
 
 Summary: Enhanced system logging and kernel message trapping daemon
 Name: rsyslog
-Version: 8.32.0
+Version: 8.38.0
 Release: 1%{?_dist_release}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -16,9 +16,6 @@ Source2: rsyslog.conf
 Source3: rsyslog.sysconfig
 Source4: rsyslog.log
 
-# tweak the upstream service file to honour configuration from /etc/sysconfig/rsyslog
-Patch0: rsyslog-8.8.0-sd-service.patch
-
 BuildRequires: curl-devel
 BuildRequires: libestr-devel
 BuildRequires: libfastjson-devel
@@ -44,7 +41,7 @@ Packager: tomop
 Summary: MySQL support for rsyslog
 Group: System Environment/Daemons
 Requires: %name = %version-%release
-BuildRequires: libmysqlclient-devel >= 4.0
+BuildRequires: libmariadb-devel
 
 %package pgsql
 Summary: PostgresSQL support for rsyslog
@@ -114,8 +111,6 @@ ability to send syslog messages as SNMPv1 and SNMPv2c traps.
 %prep
 %setup -q
 
-%patch0 -p1
-
 perl -pi -e 's|^extern char \*strdup.*$||' grammar/lexer.c
 
 autoreconf --install
@@ -186,6 +181,8 @@ fi
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README ChangeLog
 %dir %{_libdir}/rsyslog
+%{_libdir}/rsyslog/fmhash.so
+%{_libdir}/rsyslog/fmhttp.so
 %{_libdir}/rsyslog/imfile.so
 %{_libdir}/rsyslog/imklog.so
 %{_libdir}/rsyslog/imkmsg.so
@@ -246,6 +243,9 @@ fi
 %{_libdir}/rsyslog/omsnmp.so
 
 %changelog
+* Wed Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.38.0-1
+- new upstream release.
+
 * Sun Feb 25 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.32.0-1
 - new upstream release.
 - dropped Patch1: fixed in upstream.