[rsyslog] upgrade to new upstream version 5.8.6

Tomas Heinrich theinric at fedoraproject.org
Tue Oct 25 13:08:24 UTC 2011


commit c280a74f68f6dad855e78ad1c2b50bf4ce8a25e8
Author: Tomas Heinrich <theinric at redhat.com>
Date:   Tue Oct 25 15:07:34 2011 +0200

    upgrade to new upstream version 5.8.6
    
    - obsolete sysklogd
      Resolves: #748495

 .gitignore   |    1 +
 rsyslog.spec |   11 ++++++++---
 sources      |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
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 <theinric at redhat.com> 5.8.6-1
+- upgrade to new upstream version 5.8.6
+- obsolete sysklogd
+  Resolves: #748495
+
 * Tue Oct 11 2011 Tomas Heinrich <theinric at redhat.com> 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


More information about the scm-commits mailing list