[rsyslog/f16] upgrade to new upstream stable version 5.8.10

Tomas Heinrich theinric at fedoraproject.org
Fri Apr 13 14:11:05 UTC 2012


commit 905358584725233a2370830c823543cdac090ca9
Author: Tomas Heinrich <theinric at redhat.com>
Date:   Fri Apr 13 14:19:26 2012 +0200

    upgrade to new upstream stable version 5.8.10
    
    - add impstats and imptcp modules
    - include new license text files
    - consider lock file in 'status' action

 rsyslog.init |    2 +-
 rsyslog.spec |   14 ++++++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/rsyslog.init b/rsyslog.init
index 81fbceb..8a39add 100644
--- a/rsyslog.init
+++ b/rsyslog.init
@@ -55,7 +55,7 @@ stop() {
         return $RETVAL
 }
 rhstatus() {
-	status -p "${PIDFILE}" $exec
+	status -p "${PIDFILE}" -l $prog $exec
 }
 restart() {
         stop
diff --git a/rsyslog.spec b/rsyslog.spec
index aa6bebe..aa5e1b5 100644
--- a/rsyslog.spec
+++ b/rsyslog.spec
@@ -5,7 +5,7 @@
 
 Summary: Enhanced system logging and kernel message trapping daemon
 Name: rsyslog
-Version: 5.8.7
+Version: 5.8.10
 Release: 1%{?dist}
 License: (GPLv3+ and ASL 2.0)
 Group: System Environment/Daemons
@@ -158,6 +158,8 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
 		--enable-gnutls \
 		--enable-gssapi-krb5 \
 		--enable-imfile \
+		--enable-impstats \
+		--enable-imptcp \
 		--enable-libdbi \
 		--enable-mail \
 		--enable-mysql \
@@ -242,11 +244,13 @@ mv /var/lock/subsys/rsyslogd /var/lock/subsys/rsyslog
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README ChangeLog doc/*html
+%doc AUTHORS COPYING* NEWS README ChangeLog doc/*html
 %dir %{_libdir}/rsyslog
 %{_libdir}/rsyslog/imfile.so
 %{_libdir}/rsyslog/imklog.so
 %{_libdir}/rsyslog/immark.so
+%{_libdir}/rsyslog/impstats.so
+%{_libdir}/rsyslog/imptcp.so
 %{_libdir}/rsyslog/imtcp.so
 %{_libdir}/rsyslog/imudp.so
 %{_libdir}/rsyslog/imuxsock.so
@@ -316,6 +320,12 @@ mv /var/lock/subsys/rsyslogd /var/lock/subsys/rsyslog
 %{_libdir}/rsyslog/omudpspoof.so
 
 %changelog
+* Fri Apr 13 2012 Tomas Heinrich <theinric at redhat.com> 5.8.10-1
+- upgrade to new upstream stable version 5.8.10
+- add impstats and imptcp modules
+- include new license text files
+- consider lock file in 'status' action
+
 * Mon Jan 23 2012 Tomas Heinrich <theinric at redhat.com> 5.8.7-1
 - upgrade to new upstream version 5.8.7
 - change license from 'GPLv3+' to '(GPLv3+ and ASL 2.0)'


More information about the scm-commits mailing list