diff --git a/.gitignore b/.gitignore index e43b39b..3e9d488 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ rsyslog-4.6.3.tar.gz /rsyslog-5.8.1.tar.gz /rsyslog-5.8.2.tar.gz /rsyslog-5.8.5.tar.gz +/rsyslog-5.8.6.tar.gz diff --git a/rsyslog.spec b/rsyslog.spec index e6c5fad..1a012fa 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -5,8 +5,8 @@ Summary: Enhanced system logging and kernel message trapping daemon Name: rsyslog -Version: 5.8.5 -Release: 3%{?dist} +Version: 5.8.6 +Release: 1%{?dist} License: GPLv3+ Group: System Environment/Daemons URL: http://www.rsyslog.com/ @@ -30,7 +30,7 @@ Requires(preun): systemd-units >= 20 Requires(postun): /sbin/service Requires(postun): systemd-units >= 20 Provides: syslog -Conflicts: sysklogd < 1.4.1-43 +Obsoletes: sysklogd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %package sysvinit @@ -312,6 +312,11 @@ mv /var/lock/subsys/rsyslogd /var/lock/subsys/rsyslog %{_libdir}/rsyslog/omudpspoof.so %changelog +* Tue Oct 25 2011 Tomas Heinrich 5.8.6-1 +- upgrade to new upstream version 5.8.6 +- obsolete sysklogd + Resolves: #748495 + * Tue Oct 11 2011 Tomas Heinrich 5.8.5-3 - modify logrotate configuration to omit boot.log Resolves: #745093 diff --git a/sources b/sources index aed9f9c..6ec3da7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a73cb577cb4bc5b9c8f0d217eb054ad2 rsyslog-5.8.5.tar.gz +c46db0496066b82faf735bd4222208d7 rsyslog-5.8.6.tar.gz