2010-10-07 15:25:37 +00:00
|
|
|
%define rsyslog_statedir %{_sharedstatedir}/rsyslog
|
|
|
|
%define rsyslog_pkidir %{_sysconfdir}/pki/rsyslog
|
2015-01-15 20:31:58 +00:00
|
|
|
%define rsyslog_docdir %{_docdir}/rsyslog
|
2012-12-17 13:35:34 +00:00
|
|
|
%if 0%{?rhel} >= 7
|
|
|
|
%global want_hiredis 0
|
|
|
|
%global want_mongodb 0
|
|
|
|
%else
|
|
|
|
%global want_hiredis 1
|
|
|
|
%global want_mongodb 1
|
|
|
|
%endif
|
2007-07-18 09:09:41 +00:00
|
|
|
|
2010-07-15 14:41:55 +00:00
|
|
|
Summary: Enhanced system logging and kernel message trapping daemon
|
2007-07-18 09:09:41 +00:00
|
|
|
Name: rsyslog
|
2015-06-25 19:25:39 +00:00
|
|
|
Version: 8.10.0
|
|
|
|
Release: 1%{?dist}
|
2012-01-23 15:52:57 +00:00
|
|
|
License: (GPLv3+ and ASL 2.0)
|
2007-07-18 09:09:41 +00:00
|
|
|
Group: System Environment/Daemons
|
|
|
|
URL: http://www.rsyslog.com/
|
2013-06-11 08:17:01 +00:00
|
|
|
Source0: http://www.rsyslog.com/files/download/rsyslog/%{name}-%{version}.tar.gz
|
2015-01-15 20:31:58 +00:00
|
|
|
Source1: http://www.rsyslog.com/files/download/rsyslog/%{name}-doc-%{version}.tar.gz
|
2008-03-07 11:12:39 +00:00
|
|
|
Source2: rsyslog.conf
|
|
|
|
Source3: rsyslog.sysconfig
|
2008-05-26 16:48:07 +00:00
|
|
|
Source4: rsyslog.log
|
2011-03-18 17:59:37 +00:00
|
|
|
# tweak the upstream service file to honour configuration from /etc/sysconfig/rsyslog
|
2015-01-15 20:31:58 +00:00
|
|
|
Patch0: rsyslog-8.8.0-sd-service.patch
|
2012-11-20 12:49:28 +00:00
|
|
|
# prevent modification of trusted properties (proposed upstream)
|
2015-01-15 20:31:58 +00:00
|
|
|
Patch1: rsyslog-8.8.0-immutable-json-props.patch
|
|
|
|
Patch2: rsyslog-8.8.0-missing-test-data.patch
|
2010-10-07 15:25:37 +00:00
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
BuildRequires: bison
|
2015-01-15 20:31:58 +00:00
|
|
|
BuildRequires: dos2unix
|
2012-11-20 12:49:28 +00:00
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: json-c-devel
|
2014-02-05 15:47:13 +00:00
|
|
|
BuildRequires: libestr-devel >= 0.1.9
|
2014-05-18 13:10:42 +00:00
|
|
|
BuildRequires: liblogging-stdlog-devel
|
2012-11-20 12:49:28 +00:00
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: pkgconfig
|
2013-06-04 17:38:33 +00:00
|
|
|
BuildRequires: python-docutils
|
2013-06-17 13:21:13 +00:00
|
|
|
# make sure systemd is in a version that isn't affected by rhbz#974132
|
|
|
|
BuildRequires: systemd-devel >= 204-8
|
2007-07-18 09:09:41 +00:00
|
|
|
BuildRequires: zlib-devel
|
2012-11-20 12:49:28 +00:00
|
|
|
|
2008-01-18 13:05:40 +00:00
|
|
|
Requires: logrotate >= 3.5.2
|
2007-07-18 09:09:41 +00:00
|
|
|
Requires: bash >= 2.0
|
2012-11-20 12:49:28 +00:00
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
2007-07-18 09:09:41 +00:00
|
|
|
Provides: syslog
|
2012-01-23 15:52:57 +00:00
|
|
|
Obsoletes: sysklogd < 1.5-11
|
2007-07-18 09:09:41 +00:00
|
|
|
|
2013-06-04 17:38:33 +00:00
|
|
|
%package crypto
|
|
|
|
Summary: Encryption support
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
%package doc
|
2015-01-15 20:31:58 +00:00
|
|
|
Summary: HTML documentation for rsyslog
|
2012-11-20 12:49:28 +00:00
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
%package elasticsearch
|
|
|
|
Summary: ElasticSearch output module for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_hiredis}
|
2012-11-20 12:49:28 +00:00
|
|
|
%package hiredis
|
|
|
|
Summary: Redis support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: hiredis-devel
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2012-11-20 12:49:28 +00:00
|
|
|
|
|
|
|
%package mmjsonparse
|
|
|
|
Summary: JSON enhanced logging support
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
|
|
|
|
%package mmnormalize
|
|
|
|
Summary: Log normalization support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
2015-01-15 20:31:58 +00:00
|
|
|
BuildRequires: libestr-devel libee-devel liblognorm-devel >= 1.0.2
|
2012-11-20 12:49:28 +00:00
|
|
|
|
|
|
|
%package mmaudit
|
|
|
|
Summary: Message modification module supporting Linux audit format
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
|
|
|
|
%package mmsnmptrapd
|
|
|
|
Summary: Message modification module for snmptrapd generated messages
|
2011-07-22 11:36:22 +00:00
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
|
2011-03-18 17:59:37 +00:00
|
|
|
%package libdbi
|
2012-11-20 12:49:28 +00:00
|
|
|
Summary: Libdbi database support for rsyslog
|
2011-03-18 17:59:37 +00:00
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: libdbi-devel
|
2008-03-07 11:12:39 +00:00
|
|
|
|
2007-08-22 15:36:20 +00:00
|
|
|
%package mysql
|
|
|
|
Summary: MySQL support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: mysql-devel >= 4.0
|
|
|
|
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_mongodb}
|
2012-11-20 12:49:28 +00:00
|
|
|
%package mongodb
|
|
|
|
Summary: MongoDB support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: libmongo-client-devel
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2012-11-20 12:49:28 +00:00
|
|
|
|
2008-02-13 16:56:20 +00:00
|
|
|
%package pgsql
|
|
|
|
Summary: PostgresSQL support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
|
2013-06-04 17:38:33 +00:00
|
|
|
%package rabbitmq
|
|
|
|
Summary: RabbitMQ support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: librabbitmq-devel >= 0.2
|
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
%package gssapi
|
|
|
|
Summary: GSSAPI authentication and encryption support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
2012-11-20 12:49:28 +00:00
|
|
|
BuildRequires: krb5-devel
|
2008-03-07 11:12:39 +00:00
|
|
|
|
2008-05-14 09:56:20 +00:00
|
|
|
%package relp
|
|
|
|
Summary: RELP protocol support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
2013-06-04 17:38:33 +00:00
|
|
|
BuildRequires: librelp-devel >= 1.0.3
|
2008-05-14 09:56:20 +00:00
|
|
|
|
2008-05-26 16:48:07 +00:00
|
|
|
%package gnutls
|
|
|
|
Summary: TLS protocol support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: gnutls-devel
|
|
|
|
|
2010-12-20 12:47:56 +00:00
|
|
|
%package snmp
|
|
|
|
Summary: SNMP protocol support for rsyslog
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: net-snmp-devel
|
|
|
|
|
2011-03-18 17:59:37 +00:00
|
|
|
%package udpspoof
|
|
|
|
Summary: Provides the omudpspoof module
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %name = %version-%release
|
|
|
|
BuildRequires: libnet-devel
|
|
|
|
|
2007-07-18 09:09:41 +00:00
|
|
|
%description
|
2010-07-15 14:41:55 +00:00
|
|
|
Rsyslog is an enhanced, multi-threaded syslog daemon. It supports MySQL,
|
|
|
|
syslog/TCP, RFC 3195, permitted sender lists, filtering on any message part,
|
|
|
|
and fine grain output format control. It is compatible with stock sysklogd
|
|
|
|
and can be used as a drop-in replacement. Rsyslog is simple to set up, with
|
|
|
|
advanced features suitable for enterprise-class, encryption-protected syslog
|
|
|
|
relay chains.
|
2007-07-18 09:09:41 +00:00
|
|
|
|
2013-06-04 17:38:33 +00:00
|
|
|
%description crypto
|
2014-01-07 14:30:53 +00:00
|
|
|
This package contains a module providing log file encryption and a
|
2013-06-04 17:38:33 +00:00
|
|
|
command line tool to process encrypted logs.
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
%description doc
|
|
|
|
This subpackage contains documentation for rsyslog.
|
|
|
|
|
|
|
|
%description elasticsearch
|
|
|
|
This module provides the capability for rsyslog to feed logs directly into
|
|
|
|
Elasticsearch.
|
|
|
|
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_hiredis}
|
2012-11-20 12:49:28 +00:00
|
|
|
%description hiredis
|
|
|
|
This module provides output to Redis.
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2012-11-20 12:49:28 +00:00
|
|
|
|
|
|
|
%description mmjsonparse
|
|
|
|
This module provides the capability to recognize and parse JSON enhanced
|
|
|
|
syslog messages.
|
|
|
|
|
|
|
|
%description mmnormalize
|
|
|
|
This module provides the capability to normalize log messages via liblognorm.
|
|
|
|
|
|
|
|
%description mmaudit
|
|
|
|
This module provides message modification supporting Linux audit format
|
|
|
|
in various settings.
|
|
|
|
|
|
|
|
%description mmsnmptrapd
|
|
|
|
This message modification module takes messages generated from snmptrapd and
|
|
|
|
modifies them so that they look like they originated from the read originator.
|
2011-07-22 11:36:22 +00:00
|
|
|
|
2011-03-18 17:59:37 +00:00
|
|
|
%description libdbi
|
|
|
|
This module supports a large number of database systems via
|
|
|
|
libdbi. Libdbi abstracts the database layer and provides drivers for
|
|
|
|
many systems. Drivers are available via the libdbi-drivers project.
|
|
|
|
|
2007-08-22 15:36:20 +00:00
|
|
|
%description mysql
|
|
|
|
The rsyslog-mysql package contains a dynamic shared object that will add
|
|
|
|
MySQL database support to rsyslog.
|
|
|
|
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_mongodb}
|
2012-11-20 12:49:28 +00:00
|
|
|
%description mongodb
|
|
|
|
The rsyslog-mongodb package contains a dynamic shared object that will add
|
|
|
|
MongoDB database support to rsyslog.
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2012-11-20 12:49:28 +00:00
|
|
|
|
2008-02-13 16:56:20 +00:00
|
|
|
%description pgsql
|
|
|
|
The rsyslog-pgsql package contains a dynamic shared object that will add
|
|
|
|
PostgreSQL database support to rsyslog.
|
|
|
|
|
2013-06-04 17:38:33 +00:00
|
|
|
%description rabbitmq
|
|
|
|
This module allows rsyslog to send messages to a RabbitMQ server.
|
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
%description gssapi
|
2012-11-20 12:49:28 +00:00
|
|
|
The rsyslog-gssapi package contains the rsyslog plugins which support GSSAPI
|
|
|
|
authentication and secure connections. GSSAPI is commonly used for Kerberos
|
2008-03-07 11:12:39 +00:00
|
|
|
authentication.
|
|
|
|
|
2008-05-14 09:56:20 +00:00
|
|
|
%description relp
|
|
|
|
The rsyslog-relp package contains the rsyslog plugins that provide
|
|
|
|
the ability to receive syslog messages via the reliable RELP
|
2012-11-20 12:49:28 +00:00
|
|
|
protocol.
|
2008-05-14 09:56:20 +00:00
|
|
|
|
2008-05-26 16:48:07 +00:00
|
|
|
%description gnutls
|
|
|
|
The rsyslog-gnutls package contains the rsyslog plugins that provide the
|
|
|
|
ability to receive syslog messages via upcoming syslog-transport-tls
|
|
|
|
IETF standard protocol.
|
2008-05-14 09:56:20 +00:00
|
|
|
|
2010-12-20 12:47:56 +00:00
|
|
|
%description snmp
|
|
|
|
The rsyslog-snmp package contains the rsyslog plugin that provides the
|
|
|
|
ability to send syslog messages as SNMPv1 and SNMPv2c traps.
|
|
|
|
|
2011-03-18 17:59:37 +00:00
|
|
|
%description udpspoof
|
|
|
|
This module is similar to the regular UDP forwarder, but permits to
|
|
|
|
spoof the sender address. Also, it enables to circle through a number
|
|
|
|
of source ports.
|
|
|
|
|
2007-07-18 09:09:41 +00:00
|
|
|
%prep
|
2015-01-15 20:31:58 +00:00
|
|
|
# set up rsyslog-doc sources
|
|
|
|
%setup -q -a 1 -T -c
|
|
|
|
rm -r LICENSE README.md build.sh source build/objects.inv
|
|
|
|
mv build doc
|
|
|
|
# set up rsyslog sources
|
|
|
|
%setup -q -D
|
2011-03-18 17:59:37 +00:00
|
|
|
%patch0 -p1
|
2012-01-23 15:52:57 +00:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
2007-07-18 09:09:41 +00:00
|
|
|
|
|
|
|
%build
|
2011-03-18 03:29:06 +00:00
|
|
|
%ifarch sparc64
|
|
|
|
#sparc64 need big PIE
|
2015-06-25 21:17:18 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fPIE -DPATH_PIDFILE=\\\"/var/run/syslogd.pid\\\""
|
2011-03-20 17:27:16 +00:00
|
|
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
2011-03-18 03:29:06 +00:00
|
|
|
%else
|
2015-06-25 21:17:18 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fpie -DPATH_PIDFILE=\\\"/var/run/syslogd.pid\\\""
|
2010-09-07 11:23:52 +00:00
|
|
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
2011-03-18 03:29:06 +00:00
|
|
|
%endif
|
2012-12-17 13:35:34 +00:00
|
|
|
|
|
|
|
%if %{want_hiredis}
|
2012-11-20 12:49:28 +00:00
|
|
|
# the hiredis-devel package doesn't provide a pkg-config file
|
|
|
|
export HIREDIS_CFLAGS=-I/usr/include/hiredis
|
2014-02-09 19:53:52 +00:00
|
|
|
export HIREDIS_LIBS="-L%{_libdir} -lhiredis"
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2012-11-20 12:49:28 +00:00
|
|
|
%configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--disable-static \
|
|
|
|
--enable-elasticsearch \
|
|
|
|
--enable-gnutls \
|
|
|
|
--enable-gssapi-krb5 \
|
|
|
|
--enable-imdiag \
|
|
|
|
--enable-imfile \
|
2013-06-04 17:38:33 +00:00
|
|
|
--enable-imjournal \
|
2012-11-20 12:49:28 +00:00
|
|
|
--enable-impstats \
|
|
|
|
--enable-imptcp \
|
|
|
|
--enable-libdbi \
|
|
|
|
--enable-mail \
|
2013-06-04 17:38:33 +00:00
|
|
|
--enable-mmanon \
|
2012-11-20 12:49:28 +00:00
|
|
|
--enable-mmaudit \
|
2015-01-15 20:31:58 +00:00
|
|
|
--enable-mmcount \
|
2012-11-20 12:49:28 +00:00
|
|
|
--enable-mmjsonparse \
|
|
|
|
--enable-mmnormalize \
|
|
|
|
--enable-mmsnmptrapd \
|
|
|
|
--enable-mysql \
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_hiredis}
|
2012-11-20 12:49:28 +00:00
|
|
|
--enable-omhiredis \
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2013-06-04 17:38:33 +00:00
|
|
|
--enable-omjournal \
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_mongodb}
|
2012-11-20 12:49:28 +00:00
|
|
|
--enable-ommongodb \
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2012-11-20 12:49:28 +00:00
|
|
|
--enable-omprog \
|
2013-06-04 17:38:33 +00:00
|
|
|
--enable-omrabbitmq \
|
2012-11-20 12:49:28 +00:00
|
|
|
--enable-omstdout \
|
|
|
|
--enable-omudpspoof \
|
|
|
|
--enable-omuxsock \
|
|
|
|
--enable-pgsql \
|
|
|
|
--enable-pmaixforwardedfrom \
|
|
|
|
--enable-pmcisconames \
|
|
|
|
--enable-pmlastmsg \
|
|
|
|
--enable-pmrfc3164sd \
|
|
|
|
--enable-pmsnare \
|
|
|
|
--enable-relp \
|
|
|
|
--enable-snmp \
|
2015-01-15 20:31:58 +00:00
|
|
|
--enable-testbench \
|
2013-06-04 17:38:33 +00:00
|
|
|
--enable-unlimited-select \
|
|
|
|
--enable-usertools \
|
|
|
|
|
2015-01-15 20:31:58 +00:00
|
|
|
make V=1
|
|
|
|
|
|
|
|
# small portion of the test suite seems to be consistently failing (this is more severe on arm*)
|
|
|
|
# there are also some random failures (~1 test out of the whole batch) on i686 and x86_64
|
|
|
|
# thus the test suite is disabled for now until these issues are sorted out
|
|
|
|
%check
|
|
|
|
%if 0
|
|
|
|
make V=1 check
|
|
|
|
%endif
|
2007-07-18 09:09:41 +00:00
|
|
|
|
|
|
|
%install
|
2015-01-15 20:31:58 +00:00
|
|
|
make V=1 DESTDIR=%{buildroot} install
|
2007-07-18 09:09:41 +00:00
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
|
|
|
|
install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
|
|
|
|
install -d -m 755 %{buildroot}%{_sysconfdir}/rsyslog.d
|
|
|
|
install -d -m 700 %{buildroot}%{rsyslog_statedir}
|
|
|
|
install -d -m 700 %{buildroot}%{rsyslog_pkidir}
|
2015-01-15 20:31:58 +00:00
|
|
|
install -d -m 755 %{buildroot}%{rsyslog_docdir}/html
|
2007-07-18 09:09:41 +00:00
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rsyslog.conf
|
|
|
|
install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/rsyslog
|
|
|
|
install -p -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/syslog
|
2015-01-15 20:31:58 +00:00
|
|
|
install -p -m 644 plugins/ommysql/createDB.sql %{buildroot}%{rsyslog_docdir}/mysql-createDB.sql
|
|
|
|
install -p -m 644 plugins/ompgsql/createDB.sql %{buildroot}%{rsyslog_docdir}/pgsql-createDB.sql
|
|
|
|
dos2unix tools/recover_qi.pl
|
|
|
|
install -p -m 644 tools/recover_qi.pl %{buildroot}%{rsyslog_docdir}/recover_qi.pl
|
|
|
|
# extract documentation
|
|
|
|
cp -r doc/* %{buildroot}%{rsyslog_docdir}/html
|
|
|
|
# get rid of libtool libraries
|
2013-06-04 18:18:19 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/rsyslog/*.la
|
|
|
|
# get rid of socket activation by default
|
2013-06-17 13:21:13 +00:00
|
|
|
sed -i '/^Alias/s/^/;/;/^Requires=syslog.socket/s/^/;/' %{buildroot}%{_unitdir}/rsyslog.service
|
2015-01-15 20:31:58 +00:00
|
|
|
# imdiag is only used for testing
|
|
|
|
rm -f %{buildroot}%{_libdir}/rsyslog/imdiag.so
|
2014-01-07 14:31:38 +00:00
|
|
|
|
2007-07-18 09:09:41 +00:00
|
|
|
%post
|
|
|
|
for n in /var/log/{messages,secure,maillog,spooler}
|
|
|
|
do
|
2007-07-23 14:49:14 +00:00
|
|
|
[ -f $n ] && continue
|
|
|
|
umask 066 && touch $n
|
2007-07-18 09:09:41 +00:00
|
|
|
done
|
2012-11-20 12:49:28 +00:00
|
|
|
%systemd_post rsyslog.service
|
2007-07-18 09:09:41 +00:00
|
|
|
|
|
|
|
%preun
|
2012-11-20 12:49:28 +00:00
|
|
|
%systemd_preun rsyslog.service
|
2007-07-18 09:09:41 +00:00
|
|
|
|
|
|
|
%postun
|
2012-11-20 12:49:28 +00:00
|
|
|
%systemd_postun_with_restart rsyslog.service
|
2011-07-22 11:36:22 +00:00
|
|
|
|
2007-07-18 09:09:41 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2014-08-04 04:52:48 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING*
|
2015-01-15 20:31:58 +00:00
|
|
|
%doc AUTHORS ChangeLog README.md
|
|
|
|
%exclude %{rsyslog_docdir}/html
|
|
|
|
%exclude %{rsyslog_docdir}/mysql-createDB.sql
|
|
|
|
%exclude %{rsyslog_docdir}/pgsql-createDB.sql
|
2008-03-07 11:12:39 +00:00
|
|
|
%dir %{_libdir}/rsyslog
|
2012-11-20 12:49:28 +00:00
|
|
|
%dir %{_sysconfdir}/rsyslog.d
|
|
|
|
%dir %{rsyslog_statedir}
|
|
|
|
%dir %{rsyslog_pkidir}
|
|
|
|
%{_sbindir}/rsyslogd
|
2014-02-12 14:50:19 +00:00
|
|
|
%{_mandir}/man5/rsyslog.conf.5.gz
|
|
|
|
%{_mandir}/man8/rsyslogd.8.gz
|
2012-11-20 12:49:28 +00:00
|
|
|
%{_unitdir}/rsyslog.service
|
|
|
|
%config(noreplace) %{_sysconfdir}/rsyslog.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/rsyslog
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/syslog
|
|
|
|
# plugins
|
2010-07-15 14:41:55 +00:00
|
|
|
%{_libdir}/rsyslog/imfile.so
|
2013-06-04 17:38:33 +00:00
|
|
|
%{_libdir}/rsyslog/imjournal.so
|
2008-03-07 11:12:39 +00:00
|
|
|
%{_libdir}/rsyslog/imklog.so
|
|
|
|
%{_libdir}/rsyslog/immark.so
|
2012-05-23 16:50:31 +00:00
|
|
|
%{_libdir}/rsyslog/impstats.so
|
|
|
|
%{_libdir}/rsyslog/imptcp.so
|
2008-03-07 11:12:39 +00:00
|
|
|
%{_libdir}/rsyslog/imtcp.so
|
|
|
|
%{_libdir}/rsyslog/imudp.so
|
|
|
|
%{_libdir}/rsyslog/imuxsock.so
|
2008-03-19 09:53:31 +00:00
|
|
|
%{_libdir}/rsyslog/lmnet.so
|
2008-05-26 16:48:07 +00:00
|
|
|
%{_libdir}/rsyslog/lmnetstrms.so
|
|
|
|
%{_libdir}/rsyslog/lmnsd_ptcp.so
|
2010-07-15 14:41:55 +00:00
|
|
|
%{_libdir}/rsyslog/lmregexp.so
|
2009-09-03 12:23:12 +00:00
|
|
|
%{_libdir}/rsyslog/lmstrmsrv.so
|
2010-07-15 14:41:55 +00:00
|
|
|
%{_libdir}/rsyslog/lmtcpclt.so
|
|
|
|
%{_libdir}/rsyslog/lmtcpsrv.so
|
2010-04-08 13:42:21 +00:00
|
|
|
%{_libdir}/rsyslog/lmzlibw.so
|
2013-06-04 17:38:33 +00:00
|
|
|
%{_libdir}/rsyslog/mmanon.so
|
2015-01-15 20:31:58 +00:00
|
|
|
%{_libdir}/rsyslog/mmcount.so
|
|
|
|
%{_libdir}/rsyslog/mmexternal.so
|
2013-06-04 17:38:33 +00:00
|
|
|
%{_libdir}/rsyslog/omjournal.so
|
2010-07-15 14:41:55 +00:00
|
|
|
%{_libdir}/rsyslog/ommail.so
|
2011-03-18 17:59:37 +00:00
|
|
|
%{_libdir}/rsyslog/omprog.so
|
2012-11-20 12:49:28 +00:00
|
|
|
%{_libdir}/rsyslog/omstdout.so
|
2013-06-04 17:38:33 +00:00
|
|
|
%{_libdir}/rsyslog/omtesting.so
|
2011-03-18 17:59:37 +00:00
|
|
|
%{_libdir}/rsyslog/omuxsock.so
|
2012-11-20 12:49:28 +00:00
|
|
|
%{_libdir}/rsyslog/pmaixforwardedfrom.so
|
|
|
|
%{_libdir}/rsyslog/pmcisconames.so
|
2011-03-18 17:59:37 +00:00
|
|
|
%{_libdir}/rsyslog/pmlastmsg.so
|
2012-11-20 12:49:28 +00:00
|
|
|
%{_libdir}/rsyslog/pmsnare.so
|
2011-03-18 17:59:37 +00:00
|
|
|
|
2013-06-04 17:38:33 +00:00
|
|
|
%files crypto
|
2014-01-07 21:02:28 +00:00
|
|
|
%defattr(-,root,root)
|
2013-06-04 17:38:33 +00:00
|
|
|
%{_bindir}/rscryutil
|
2014-02-12 14:50:19 +00:00
|
|
|
%{_mandir}/man1/rscryutil.1.gz
|
2013-06-04 17:38:33 +00:00
|
|
|
%{_libdir}/rsyslog/lmcry_gcry.so
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
%files doc
|
2014-01-07 21:02:28 +00:00
|
|
|
%defattr(-,root,root)
|
2015-01-15 20:31:58 +00:00
|
|
|
%doc %{rsyslog_docdir}/html
|
2012-11-20 12:49:28 +00:00
|
|
|
|
|
|
|
%files elasticsearch
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/omelasticsearch.so
|
2007-07-18 09:09:41 +00:00
|
|
|
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_hiredis}
|
2012-11-20 12:49:28 +00:00
|
|
|
%files hiredis
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/omhiredis.so
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2011-07-22 11:36:22 +00:00
|
|
|
|
2011-03-18 17:59:37 +00:00
|
|
|
%files libdbi
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/omlibdbi.so
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
%files mmaudit
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/mmaudit.so
|
|
|
|
|
|
|
|
%files mmjsonparse
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/mmjsonparse.so
|
|
|
|
|
|
|
|
%files mmnormalize
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/mmnormalize.so
|
|
|
|
|
|
|
|
%files mmsnmptrapd
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/mmsnmptrapd.so
|
|
|
|
|
2007-08-22 15:36:20 +00:00
|
|
|
%files mysql
|
|
|
|
%defattr(-,root,root)
|
2015-01-15 20:31:58 +00:00
|
|
|
%doc %{rsyslog_docdir}/mysql-createDB.sql
|
2007-08-22 15:36:20 +00:00
|
|
|
%{_libdir}/rsyslog/ommysql.so
|
|
|
|
|
2012-12-17 13:35:34 +00:00
|
|
|
%if %{want_mongodb}
|
2012-11-20 12:49:28 +00:00
|
|
|
%files mongodb
|
|
|
|
%defattr(-,root,root)
|
2013-06-04 17:38:33 +00:00
|
|
|
%{_bindir}/logctl
|
2012-11-20 12:49:28 +00:00
|
|
|
%{_libdir}/rsyslog/ommongodb.so
|
2012-12-17 13:35:34 +00:00
|
|
|
%endif
|
2012-11-20 12:49:28 +00:00
|
|
|
|
2008-02-13 16:56:20 +00:00
|
|
|
%files pgsql
|
|
|
|
%defattr(-,root,root)
|
2015-01-15 20:31:58 +00:00
|
|
|
%doc %{rsyslog_docdir}/pgsql-createDB.sql
|
2008-02-13 16:56:20 +00:00
|
|
|
%{_libdir}/rsyslog/ompgsql.so
|
|
|
|
|
2013-06-04 17:38:33 +00:00
|
|
|
%files rabbitmq
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/omrabbitmq.so
|
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
%files gssapi
|
|
|
|
%defattr(-,root,root)
|
2008-03-19 09:53:31 +00:00
|
|
|
%{_libdir}/rsyslog/lmgssutil.so
|
2008-03-07 11:12:39 +00:00
|
|
|
%{_libdir}/rsyslog/imgssapi.so
|
|
|
|
%{_libdir}/rsyslog/omgssapi.so
|
|
|
|
|
2008-05-14 09:56:20 +00:00
|
|
|
%files relp
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/imrelp.so
|
|
|
|
%{_libdir}/rsyslog/omrelp.so
|
|
|
|
|
2008-05-26 16:48:07 +00:00
|
|
|
%files gnutls
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/lmnsd_gtls.so
|
|
|
|
|
2010-12-20 12:47:56 +00:00
|
|
|
%files snmp
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/omsnmp.so
|
|
|
|
|
2011-03-18 17:59:37 +00:00
|
|
|
%files udpspoof
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/rsyslog/omudpspoof.so
|
|
|
|
|
2007-07-18 09:09:41 +00:00
|
|
|
%changelog
|
2015-06-25 19:25:39 +00:00
|
|
|
* Wed Jun 24 2015 Tomas Heinrich <theinric@redhat.com> 8.10.0-1
|
|
|
|
- rebase to 8.10.0
|
|
|
|
- drop patches merged upstream
|
2015-06-25 21:17:18 +00:00
|
|
|
- use the right macro to specify the default pidfile
|
|
|
|
resolves: rhbz#1224972
|
2015-06-26 14:15:38 +00:00
|
|
|
- make logrotate tolerate missing log files
|
|
|
|
resolves: rhbz#1205889
|
2015-06-26 15:35:46 +00:00
|
|
|
- set the default service umask to 0066
|
|
|
|
resolves: rhbz#1228192
|
2015-06-29 09:33:50 +00:00
|
|
|
- use systemctl for sending SIGHUP to the service
|
|
|
|
related: rhbz#1224972
|
2015-06-25 19:25:39 +00:00
|
|
|
|
2015-06-18 22:36:07 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.8.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-21 13:03:17 +00:00
|
|
|
* Tue Apr 21 2015 Remi Collet <remi@fedoraproject.org> 8.8.0-3
|
|
|
|
- rebuild for new librabbitmq
|
|
|
|
|
2015-03-20 17:22:46 +00:00
|
|
|
* Fri Mar 20 2015 Tomas Heinrich <theinric@redhat.com> 8.8.0-2
|
|
|
|
- add a patch to fix default syslog priority assigned to journal
|
|
|
|
messages which have none
|
|
|
|
|
2015-01-15 20:31:58 +00:00
|
|
|
* Thu Mar 19 2015 Tomas Heinrich <theinric@redhat.com> 8.8.0-1
|
|
|
|
- rebase to 8.8.0
|
|
|
|
resolves: rhbz#1069690
|
|
|
|
- drop patches merged upstream
|
|
|
|
- version the dependency on liblognorm-devel
|
|
|
|
- enable mmcount, mmexternal modules,
|
|
|
|
remove imdiag, omruleset and pmrfc3164sd modules
|
|
|
|
resolves: rhbz#1156359
|
|
|
|
- add dos2unix to build requirements
|
|
|
|
- make the build process more verbose
|
|
|
|
- in accordance with an upstream change, the rsyslog service is now
|
|
|
|
restarted automatically upon failure
|
|
|
|
- adjust the default configuration file for the removal of
|
|
|
|
/etc/rsyslog.d/listen.conf by the systemd package
|
|
|
|
resolves: rhbz#1116864
|
|
|
|
- disable the imklog module by default; kernel messages are read from journald
|
|
|
|
resolves: rhbz#1083564
|
|
|
|
- if there is no saved position in the journal, log only messages that are
|
|
|
|
received after rsyslog is started; this is a safety measure to prevent
|
|
|
|
excessive resource utilization
|
|
|
|
- use documentation from the standalone rsyslog-docs project
|
|
|
|
- move documentation from all subpackages into a single directory
|
|
|
|
- mark the recover_qi.pl script as documentation
|
|
|
|
|
2014-10-07 17:05:49 +00:00
|
|
|
* Tue Oct 07 2014 Tomas Heinrich <theinric@redhat.com> 7.4.10-5
|
|
|
|
- fix CVE-2014-3634
|
|
|
|
|
2014-08-18 00:24:33 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-04 04:52:48 +00:00
|
|
|
* Mon Aug 04 2014 Tom Callaway <spot@fedoraproject.org> - 7.4.10-3
|
|
|
|
- fix license handling
|
2014-08-04 05:27:22 +00:00
|
|
|
- fix build against latest json-c
|
2014-08-04 04:52:48 +00:00
|
|
|
|
2014-06-08 03:03:14 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-18 13:10:42 +00:00
|
|
|
* Sun May 18 2014 Tomas Heinrich <theinric@redhat.com> 7.4.10-1
|
|
|
|
- rebase to 7.4.10
|
|
|
|
- drop patches merged upstream
|
|
|
|
- add a build dependency on liblogging-stdlog
|
|
|
|
|
2014-04-24 13:27:10 +00:00
|
|
|
* Thu Apr 24 2014 Tomas Mraz <tmraz@redhat.com> - 7.4.8-2
|
|
|
|
- Rebuild for new libgcrypt
|
|
|
|
|
2014-02-05 15:06:36 +00:00
|
|
|
* Mon Feb 10 2014 Tomas Heinrich <theinric@redhat.com> 7.4.8-1
|
|
|
|
- rebase to 7.4.8
|
2014-02-05 15:43:23 +00:00
|
|
|
- drop patch4, merged upstream
|
|
|
|
rsyslog-7.4.7-bz1030044-remove-ads.patch
|
2014-02-05 15:47:13 +00:00
|
|
|
- add an explicit requirement on the version of libestr
|
2014-02-05 15:54:16 +00:00
|
|
|
- drop the "v5" string from the conf file as it's misleading
|
2014-02-07 13:18:23 +00:00
|
|
|
- add rsyslog-7.4.8-omjournal-warning.patch to fix
|
|
|
|
a condition for issuing a warning in omjournal
|
2014-02-07 13:42:57 +00:00
|
|
|
- add rsyslog-7.4.8-dont-link-libee.patch to prevent
|
|
|
|
linking the main binary with libee
|
2014-02-09 19:22:33 +00:00
|
|
|
- replace rsyslog-7.3.15-imuxsock-warning.patch
|
|
|
|
with rsyslog-7.4.8-imuxsock-wrn.patch
|
2014-02-09 19:53:52 +00:00
|
|
|
- link to libhiredis explicitly
|
2014-02-12 14:43:19 +00:00
|
|
|
- add a patch to prevent message loss in imjournal
|
|
|
|
rsyslog-7.4.8-bz1026804-imjournal-message-loss.patch
|
2014-02-12 14:50:19 +00:00
|
|
|
- move the rscryutil man page to the crypto subpackage
|
2014-02-05 15:06:36 +00:00
|
|
|
|
2014-02-09 22:29:23 +00:00
|
|
|
* Sun Feb 09 2014 Lubomir Rintel <lkundrak@v3.sk> 7.4.7-3
|
|
|
|
- Fixed 32-bit PowerPC build
|
|
|
|
|
2014-01-27 12:57:22 +00:00
|
|
|
* Mon Jan 27 2014 Tomas Heinrich <theinric@redhat.com> 7.4.7-2
|
|
|
|
- rebuild for libdbi-0.9.0-1
|
|
|
|
|
2014-01-07 14:30:02 +00:00
|
|
|
* Mon Jan 06 2014 Tomas Heinrich <theinric@redhat.com> 7.4.7-1
|
|
|
|
- rebase to 7.4.7
|
2014-01-07 14:31:38 +00:00
|
|
|
- install the rsyslog-recover-qi.pl tool
|
2014-01-07 14:30:53 +00:00
|
|
|
- fix a typo in a package description
|
2014-01-07 21:02:28 +00:00
|
|
|
- add missing defattr directives
|
2014-01-08 15:27:34 +00:00
|
|
|
- add a patch to remove references to Google ads in the html docs
|
|
|
|
rsyslog-7.4.7-bz1030044-remove-ads.patch
|
|
|
|
Resolves: #1030044
|
2014-01-08 15:43:27 +00:00
|
|
|
- add a patch to allow numeric specification of UIDs/GUIDs
|
|
|
|
rsyslog-7.4.7-numeric-uid.patch
|
2014-01-08 17:29:32 +00:00
|
|
|
- change the installation prefix to "/usr"
|
|
|
|
Resolves: #1032577
|
2014-01-07 14:30:02 +00:00
|
|
|
|
2013-08-04 13:05:43 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-09 14:51:52 +00:00
|
|
|
* Tue Jul 09 2013 Tomas Heinrich <theinric@redhat.com> 7.4.2-1
|
|
|
|
- rebase to 7.4.2
|
|
|
|
most importantly, this release fixes a potential vulnerability,
|
|
|
|
see http://www.lsexperts.de/advisories/lse-2013-07-03.txt
|
|
|
|
the impact should be low as only those using the omelasticsearch
|
|
|
|
plugin with a specific configuration are exposed
|
|
|
|
|
2013-06-17 13:21:13 +00:00
|
|
|
* Mon Jun 17 2013 Tomas Heinrich <theinric@redhat.com> 7.4.1-1
|
|
|
|
- rebase to 7.4.1
|
|
|
|
this release adds code that somewhat mitigates damage in cases
|
|
|
|
where large amounts of messages are received from systemd
|
|
|
|
journal (see rhbz#974132)
|
|
|
|
- regenerate patch 0
|
|
|
|
- drop patches merged upstream: 4..8
|
|
|
|
- add a dependency on the version of systemd which resolves the bug
|
|
|
|
mentioned above
|
|
|
|
- update option name in rsyslog.conf
|
|
|
|
|
2013-07-09 14:51:52 +00:00
|
|
|
* Wed Jun 12 2013 Tomas Heinrich <theinric@redhat.com> 7.4.0-1
|
2013-06-11 08:17:01 +00:00
|
|
|
- rebase to 7.4.0
|
|
|
|
- drop autoconf automake libtool from BuildRequires
|
|
|
|
- depends on systemd >= 201 because of the sd_journal_get_events() api
|
2013-06-11 08:27:42 +00:00
|
|
|
- add a patch to prevent a segfault in imjournal caused by a bug in
|
|
|
|
systemd journal
|
|
|
|
- add a patch to prevent an endless loop in the ratelimiter
|
|
|
|
- add a patch to prevent another endless loop in the ratelimiter
|
2013-06-12 12:29:25 +00:00
|
|
|
- add a patch to prevent a segfault in imjournal for undefined state file
|
|
|
|
- add a patch to correctly reset state in the ratelimiter
|
2013-06-11 08:17:01 +00:00
|
|
|
|
2013-06-04 17:38:33 +00:00
|
|
|
* Tue Jun 04 2013 Tomas Heinrich <theinric@redhat.com> 7.3.15-1.20130604git6e72fa6
|
|
|
|
- rebase to an upstream snapshot, effectively version 7.3.15
|
|
|
|
plus several more changes
|
|
|
|
- drop patches 3, 4 - merged upstream
|
|
|
|
- add a patch to silence warnings emitted by the imuxsock module
|
|
|
|
- drop the imkmsg plugin
|
|
|
|
- enable compilation of additional modules
|
|
|
|
imjournal, mmanon, omjournal, omrabbitmq
|
|
|
|
- new subpackages: crypto, rabbitmq
|
|
|
|
- add python-docutils and autoconf to global BuildRequires
|
|
|
|
- drop the option for backwards compatibility from the
|
|
|
|
sysconfig file - it is no longer supported
|
|
|
|
- call autoreconf to prepare the snapshot for building
|
2013-06-04 18:18:19 +00:00
|
|
|
- switch the local message source from imuxsock to imjournal
|
|
|
|
the imuxsock module is left enabled so it is easy to swich back to
|
|
|
|
it and because systemd drops a file into /etc/rsyslog.d which only
|
|
|
|
imuxsock can parse
|
2013-06-04 17:38:33 +00:00
|
|
|
|
|
|
|
* Wed Apr 10 2013 Tomas Heinrich <theinric@redhat.com> 7.3.10-1
|
2013-04-10 19:17:52 +00:00
|
|
|
- rebase to 7.3.10
|
|
|
|
- add a patch to resolve #950088 - ratelimiter segfault, merged upstream
|
|
|
|
rsyslog-7.3.10-ratelimit-segv.patch
|
|
|
|
- add a patch to correct a default value, merged upstream
|
|
|
|
rsyslog-7.3.10-correct-def-val.patch
|
|
|
|
- drop patch 5 - fixed upstream
|
|
|
|
|
2013-04-04 12:17:51 +00:00
|
|
|
* Thu Apr 04 2013 Tomas Heinrich <theinric@redhat.com> 7.3.9-1
|
|
|
|
- rebase to 7.3.9
|
|
|
|
|
2013-02-14 21:56:59 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.2.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-21 14:53:54 +00:00
|
|
|
* Mon Jan 21 2013 Tomas Heinrich <theinric@redhat.com> 7.2.5-2
|
|
|
|
- update a line in rsyslog.conf for the new syntax
|
|
|
|
|
2013-01-13 14:09:41 +00:00
|
|
|
* Sun Jan 13 2013 Tomas Heinrich <theinric@redhat.com> 7.2.5-1
|
|
|
|
- upgrade to upstream version 7.2.5
|
2013-01-13 14:10:15 +00:00
|
|
|
- update the compatibility mode in sysconfig file
|
2013-01-13 14:09:41 +00:00
|
|
|
|
2012-12-17 13:35:34 +00:00
|
|
|
* Mon Dec 17 2012 Tomas Heinrich <theinric@redhat.com> 7.2.4-2
|
|
|
|
- add a condition to disable several subpackages
|
|
|
|
|
2012-12-10 21:15:25 +00:00
|
|
|
* Mon Dec 10 2012 Tomas Heinrich <theinric@redhat.com> 7.2.4-1
|
|
|
|
- upgrade to upstream version 7.2.4
|
|
|
|
- remove trailing whitespace
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
* Tue Nov 20 2012 Tomas Heinrich <theinric@redhat.com> 7.2.2-1
|
|
|
|
- upgrade to upstream version 7.2.2
|
|
|
|
update BuildRequires
|
|
|
|
- remove patches merged upstream
|
|
|
|
rsyslog-5.8.7-sysklogd-compat-1-template.patch
|
|
|
|
rsyslog-5.8.7-sysklogd-compat-2-option.patch
|
|
|
|
rsyslog-5.8.11-close-fd1-when-forking.patch
|
|
|
|
- add patch from Milan Bartos <mbartos@redhat.com>
|
|
|
|
rsyslog-7.2.1-msg_c_nonoverwrite_merge.patch
|
|
|
|
- remove the rsyslog-sysvinit package
|
|
|
|
- clean up BuildRequires, Requires
|
|
|
|
- remove the 'BuildRoot' tag
|
|
|
|
- split off a doc package
|
|
|
|
- compile additional modules (some of them in separate packages):
|
|
|
|
elasticsearch
|
|
|
|
hiredis
|
|
|
|
mmjsonparse
|
|
|
|
mmnormalize
|
|
|
|
mmaudit
|
|
|
|
mmsnmptrapd
|
|
|
|
mongodb
|
|
|
|
- correct impossible timestamps in older changelog entries
|
|
|
|
- correct typos, trailing spaces, etc
|
|
|
|
- s/RPM_BUILD_ROOT/{buildroot}/
|
|
|
|
- remove the 'clean' section
|
|
|
|
- replace post* scriptlets with systemd macros
|
|
|
|
|
2012-07-21 17:12:01 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.8.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-20 16:58:48 +00:00
|
|
|
* Wed Jun 20 2012 Tomas Heinrich <theinric@redhat.com> 5.8.11-2
|
|
|
|
- update systemd patch: remove the 'ExecStartPre' option
|
2012-05-23 16:50:31 +00:00
|
|
|
|
|
|
|
* Wed May 23 2012 Tomas Heinrich <theinric@redhat.com> 5.8.11-1
|
|
|
|
- upgrade to new upstream stable version 5.8.11
|
|
|
|
- add impstats and imptcp modules
|
|
|
|
- include new license text files
|
|
|
|
- consider lock file in 'status' action
|
|
|
|
- add patch to update information on debugging in the man page
|
|
|
|
- add patch to prevent debug output to stdout after forking
|
|
|
|
- add patch to support ssl certificates with domain names longer than 128 chars
|
|
|
|
|
2012-03-30 14:35:44 +00:00
|
|
|
* Fri Mar 30 2012 Jon Ciesla <limburgher@gmail.com> 5.8.7-2
|
|
|
|
- libnet rebuild.
|
|
|
|
|
2012-01-23 15:52:57 +00:00
|
|
|
* Mon Jan 23 2012 Tomas Heinrich <theinric@redhat.com> 5.8.7-1
|
|
|
|
- upgrade to new upstream version 5.8.7
|
|
|
|
- change license from 'GPLv3+' to '(GPLv3+ and ASL 2.0)'
|
|
|
|
http://blog.gerhards.net/2012/01/rsyslog-licensing-update.html
|
|
|
|
- use a specific version for obsoleting sysklogd
|
|
|
|
- add patches for better sysklogd compatibility (taken from upstream)
|
|
|
|
|
2012-01-14 02:57:50 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.8.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-25 13:07:34 +00:00
|
|
|
* Tue Oct 25 2011 Tomas Heinrich <theinric@redhat.com> 5.8.6-1
|
|
|
|
- upgrade to new upstream version 5.8.6
|
|
|
|
- obsolete sysklogd
|
|
|
|
Resolves: #748495
|
|
|
|
|
2011-10-11 13:03:57 +00:00
|
|
|
* Tue Oct 11 2011 Tomas Heinrich <theinric@redhat.com> 5.8.5-3
|
|
|
|
- modify logrotate configuration to omit boot.log
|
|
|
|
Resolves: #745093
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
* Tue Sep 06 2011 Tomas Heinrich <theinric@redhat.com> 5.8.5-2
|
2011-09-06 11:38:35 +00:00
|
|
|
- add systemd-units to BuildRequires for the _unitdir macro definition
|
|
|
|
|
2011-09-05 12:36:48 +00:00
|
|
|
* Mon Sep 05 2011 Tomas Heinrich <theinric@redhat.com> 5.8.5-1
|
|
|
|
- upgrade to new upstream version (CVE-2011-3200)
|
|
|
|
|
2011-07-22 11:36:22 +00:00
|
|
|
* Fri Jul 22 2011 Tomas Heinrich <theinric@redhat.com> 5.8.2-3
|
|
|
|
- move the SysV init script into a subpackage
|
|
|
|
- Resolves: 697533
|
|
|
|
|
2011-07-11 13:29:14 +00:00
|
|
|
* Mon Jul 11 2011 Tomas Heinrich <theinric@redhat.com> 5.8.2-2
|
|
|
|
- rebuild for net-snmp-5.7 (soname bump in libnetsnmp)
|
|
|
|
|
2011-06-27 15:45:44 +00:00
|
|
|
* Mon Jun 27 2011 Tomas Heinrich <theinric@redhat.com> 5.8.2-1
|
|
|
|
- upgrade to new upstream version 5.8.2
|
|
|
|
|
2011-06-13 15:06:23 +00:00
|
|
|
* Mon Jun 13 2011 Tomas Heinrich <theinric@redhat.com> 5.8.1-2
|
|
|
|
- scriptlet correction
|
|
|
|
- use macro in unit file's path
|
|
|
|
|
2011-05-20 14:28:21 +00:00
|
|
|
* Fri May 20 2011 Tomas Heinrich <theinric@redhat.com> 5.8.1-1
|
|
|
|
- upgrade to new upstream version
|
|
|
|
- correct systemd scriptlets (#705829)
|
|
|
|
|
2011-05-16 19:40:16 +00:00
|
|
|
* Mon May 16 2011 Bill Nottingham <notting@redhat.com> - 5.7.9-3
|
|
|
|
- combine triggers (as rpm will only execute one) - fixes upgrades (#699198)
|
|
|
|
|
2011-04-05 10:15:01 +00:00
|
|
|
* Tue Apr 05 2011 Tomas Heinrich <theinric@redhat.com> 5.7.10-1
|
|
|
|
- upgrade to new upstream version 5.7.10
|
|
|
|
|
2011-03-23 18:46:53 +00:00
|
|
|
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 5.7.9-2
|
|
|
|
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
|
|
|
|
|
2011-03-18 17:59:37 +00:00
|
|
|
* Fri Mar 18 2011 Tomas Heinrich <theinric@redhat.com> 5.7.9-1
|
|
|
|
- upgrade to new upstream version 5.7.9
|
|
|
|
- enable compilation of several new modules,
|
|
|
|
create new subpackages for some of them
|
|
|
|
- integrate changes from Lennart Poettering
|
|
|
|
to add support for systemd
|
|
|
|
- add rsyslog-5.7.9-systemd.patch to tweak the upstream
|
|
|
|
service file to honour configuration from /etc/sysconfig/rsyslog
|
|
|
|
|
2011-03-18 03:29:06 +00:00
|
|
|
* Fri Mar 18 2011 Dennis Gilmore <dennis@ausil.us> - 5.6.2-3
|
|
|
|
- sparc64 needs big PIE
|
|
|
|
|
2011-02-09 08:54:15 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-20 12:47:56 +00:00
|
|
|
* Mon Dec 20 2010 Tomas Heinrich <theinric@redhat.com> 5.6.2-1
|
|
|
|
- upgrade to new upstream stable version 5.6.2
|
|
|
|
- drop rsyslog-5.5.7-remove_include.patch; applied upstream
|
|
|
|
- provide omsnmp module
|
|
|
|
- use correct name for lock file (#659398)
|
|
|
|
- enable specification of the pid file (#579411)
|
|
|
|
- init script adjustments
|
|
|
|
|
2010-10-07 15:25:37 +00:00
|
|
|
* Wed Oct 06 2010 Tomas Heinrich <theinric@redhat.com> 5.5.7-1
|
|
|
|
- upgrade to upstream version 5.5.7
|
|
|
|
- update configuration and init files for the new major version
|
|
|
|
- add several directories for storing auxiliary data
|
|
|
|
- add ChangeLog to documentation
|
|
|
|
- drop unlimited-select.patch; integrated upstream
|
|
|
|
- add rsyslog-5.5.7-remove_include.patch to fix compilation
|
|
|
|
|
2010-09-07 11:23:52 +00:00
|
|
|
* Tue Sep 07 2010 Tomas Heinrich <theinric@redhat.com> 4.6.3-2
|
|
|
|
- build rsyslog with PIE and RELRO
|
|
|
|
|
2010-07-15 14:41:55 +00:00
|
|
|
* Thu Jul 15 2010 Tomas Heinrich <theinric@redhat.com> 4.6.3-1
|
|
|
|
- upgrade to new upstream stable version 4.6.3
|
|
|
|
|
2010-04-08 13:42:21 +00:00
|
|
|
* Wed Apr 07 2010 Tomas Heinrich <theinric@redhat.com> 4.6.2-1
|
|
|
|
- upgrade to new upstream stable version 4.6.2
|
|
|
|
- correct the default value of the OMFileFlushOnTXEnd directive
|
|
|
|
|
2010-02-11 17:16:06 +00:00
|
|
|
* Thu Feb 11 2010 Tomas Heinrich <theinric@redhat.com> 4.4.2-6
|
|
|
|
- modify rsyslog-4.4.2-unlimited-select.patch so that
|
|
|
|
running autoreconf is not needed
|
|
|
|
- remove autoconf, automake, libtool from BuildRequires
|
|
|
|
- change exec-prefix to nil
|
|
|
|
|
2010-02-10 10:44:46 +00:00
|
|
|
* Wed Feb 10 2010 Tomas Heinrich <theinric@redhat.com> 4.4.2-5
|
|
|
|
- remove '_smp_mflags' make argument as it seems to be
|
|
|
|
producing corrupted builds
|
|
|
|
|
2010-02-08 15:42:48 +00:00
|
|
|
* Mon Feb 08 2010 Tomas Heinrich <theinric@redhat.com> 4.4.2-4
|
|
|
|
- redefine _libdir as it doesn't use _exec_prefix
|
|
|
|
|
2009-12-17 15:43:08 +00:00
|
|
|
* Thu Dec 17 2009 Tomas Heinrich <theinric@redhat.com> 4.4.2-3
|
|
|
|
- change exec-prefix to /
|
|
|
|
|
2009-12-09 21:54:55 +00:00
|
|
|
* Wed Dec 09 2009 Robert Scheck <robert@fedoraproject.org> 4.4.2-2
|
|
|
|
- run libtoolize to avoid errors due mismatching libtool version
|
|
|
|
|
|
|
|
* Thu Dec 03 2009 Tomas Heinrich <theinric@redhat.com> 4.4.2-1
|
|
|
|
- upgrade to new upstream stable version 4.4.2
|
|
|
|
- add support for arbitrary number of open file descriptors
|
|
|
|
|
2009-09-14 16:54:26 +00:00
|
|
|
* Mon Sep 14 2009 Tomas Heinrich <theinric@redhat.com> 4.4.1-2
|
|
|
|
- adjust init script according to guidelines (#522071)
|
|
|
|
|
2009-09-03 12:23:12 +00:00
|
|
|
* Thu Sep 03 2009 Tomas Heinrich <theinric@redhat.com> 4.4.1-1
|
|
|
|
- upgrade to new upstream stable version
|
|
|
|
|
2009-08-21 15:43:49 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 4.2.0-3
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-07-27 03:17:19 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-14 13:52:38 +00:00
|
|
|
* Tue Jul 14 2009 Tomas Heinrich <theinric@redhat.com> 4.2.0-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-04-13 15:21:15 +00:00
|
|
|
* Mon Apr 13 2009 Tomas Heinrich <theinric@redhat.com> 3.21.11-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-04-03 15:01:28 +00:00
|
|
|
* Tue Mar 31 2009 Lubomir Rintel <lkundrak@v3.sk> 3.21.10-4
|
|
|
|
- Backport HUPisRestart option
|
|
|
|
|
2009-03-18 12:13:41 +00:00
|
|
|
* Wed Mar 18 2009 Tomas Heinrich <theinric@redhat.com> 3.21.10-3
|
|
|
|
- fix variables' type conversion in expression-based filters (#485937)
|
|
|
|
|
2009-02-25 21:08:14 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-10 14:15:38 +00:00
|
|
|
* Tue Feb 10 2009 Tomas Heinrich <theinric@redhat.com> 3.21.10-1
|
|
|
|
- upgrade
|
|
|
|
|
2009-01-24 15:56:38 +00:00
|
|
|
* Sat Jan 24 2009 Caolán McNamara <caolanm@redhat.com> 3.21.9-3
|
|
|
|
- rebuild for dependencies
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
* Wed Jan 07 2009 Tomas Heinrich <theinric@redhat.com> 3.21.9-2
|
2009-01-07 12:08:38 +00:00
|
|
|
- fix several legacy options handling
|
|
|
|
- fix internal message output (#478612)
|
|
|
|
|
2008-12-15 15:05:45 +00:00
|
|
|
* Mon Dec 15 2008 Peter Vrabec <pvrabec@redhat.com> 3.21.9-1
|
|
|
|
- update is fixing $AllowedSender security issue
|
|
|
|
|
2008-09-15 12:39:34 +00:00
|
|
|
* Mon Sep 15 2008 Peter Vrabec <pvrabec@redhat.com> 3.21.3-4
|
|
|
|
- use RPM_OPT_FLAGS
|
|
|
|
- use same pid file and logrotate file as syslog-ng (#441664)
|
|
|
|
- mark config files as noreplace (#428155)
|
|
|
|
|
2008-09-01 14:16:02 +00:00
|
|
|
* Mon Sep 01 2008 Tomas Heinrich <theinric@redhat.com> 3.21.3-3
|
|
|
|
- fix a wrong module name in the rsyslog.conf manual page (#455086)
|
|
|
|
- expand the rsyslog.conf manual page (#456030)
|
|
|
|
|
2008-08-28 09:18:24 +00:00
|
|
|
* Thu Aug 28 2008 Tomas Heinrich <theinric@redhat.com> 3.21.3-2
|
|
|
|
- fix clock rollback issue (#460230)
|
|
|
|
|
2008-08-20 12:49:47 +00:00
|
|
|
* Wed Aug 20 2008 Peter Vrabec <pvrabec@redhat.com> 3.21.3-1
|
|
|
|
- upgrade to bugfix release
|
|
|
|
|
2008-07-23 13:37:36 +00:00
|
|
|
* Wed Jul 23 2008 Peter Vrabec <pvrabec@redhat.com> 3.21.0-1
|
|
|
|
- upgrade
|
|
|
|
|
2008-07-14 12:41:31 +00:00
|
|
|
* Mon Jul 14 2008 Peter Vrabec <pvrabec@redhat.com> 3.19.9-2
|
|
|
|
- adjust default config file
|
|
|
|
|
2008-07-11 11:37:05 +00:00
|
|
|
* Fri Jul 11 2008 Lubomir Rintel <lkundrak@v3.sk> 3.19.9-1
|
|
|
|
- upgrade
|
|
|
|
|
2008-06-25 14:10:33 +00:00
|
|
|
* Wed Jun 25 2008 Peter Vrabec <pvrabec@redhat.com> 3.19.7-3
|
|
|
|
- rebuild because of new gnutls
|
|
|
|
|
2008-06-13 09:07:32 +00:00
|
|
|
* Fri Jun 13 2008 Peter Vrabec <pvrabec@redhat.com> 3.19.7-2
|
|
|
|
- do not translate Oopses (#450329)
|
|
|
|
|
2008-06-13 08:19:07 +00:00
|
|
|
* Fri Jun 13 2008 Peter Vrabec <pvrabec@redhat.com> 3.19.7-1
|
|
|
|
- upgrade
|
|
|
|
|
2008-05-28 08:18:25 +00:00
|
|
|
* Wed May 28 2008 Peter Vrabec <pvrabec@redhat.com> 3.19.4-1
|
|
|
|
- upgrade
|
|
|
|
|
|
|
|
* Mon May 26 2008 Peter Vrabec <pvrabec@redhat.com> 3.19.3-1
|
2008-05-26 16:48:07 +00:00
|
|
|
- upgrade to new upstream release
|
|
|
|
|
2008-05-14 09:56:20 +00:00
|
|
|
* Wed May 14 2008 Tomas Heinrich <theinric@redhat.com> 3.16.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2008-04-08 12:39:09 +00:00
|
|
|
* Tue Apr 08 2008 Peter Vrabec <pvrabec@redhat.com> 3.14.1-5
|
2012-12-10 21:15:25 +00:00
|
|
|
- prevent undesired error description in legacy
|
2008-04-08 12:39:09 +00:00
|
|
|
warning messages
|
|
|
|
|
2008-04-08 10:22:57 +00:00
|
|
|
* Tue Apr 08 2008 Peter Vrabec <pvrabec@redhat.com> 3.14.1-4
|
2012-12-10 21:15:25 +00:00
|
|
|
- adjust symbol lookup method to 2.6 kernel
|
2008-04-08 10:22:57 +00:00
|
|
|
|
2008-04-08 07:55:19 +00:00
|
|
|
* Tue Apr 08 2008 Peter Vrabec <pvrabec@redhat.com> 3.14.1-3
|
|
|
|
- fix segfault of expression based filters
|
|
|
|
|
2008-04-07 09:31:09 +00:00
|
|
|
* Mon Apr 07 2008 Peter Vrabec <pvrabec@redhat.com> 3.14.1-2
|
|
|
|
- init script fixes (#441170,#440968)
|
|
|
|
|
2008-04-04 15:01:22 +00:00
|
|
|
* Fri Apr 04 2008 Peter Vrabec <pvrabec@redhat.com> 3.14.1-1
|
|
|
|
- upgrade
|
|
|
|
|
2012-11-20 12:49:28 +00:00
|
|
|
* Tue Mar 25 2008 Peter Vrabec <pvrabec@redhat.com> 3.12.4-1
|
2008-03-25 11:12:01 +00:00
|
|
|
- upgrade
|
|
|
|
|
2008-03-19 09:53:31 +00:00
|
|
|
* Wed Mar 19 2008 Peter Vrabec <pvrabec@redhat.com> 3.12.3-1
|
2012-12-10 21:15:25 +00:00
|
|
|
- upgrade
|
2008-03-19 09:53:31 +00:00
|
|
|
- fix some significant memory leaks
|
|
|
|
|
2008-03-11 10:42:39 +00:00
|
|
|
* Tue Mar 11 2008 Peter Vrabec <pvrabec@redhat.com> 3.12.1-2
|
|
|
|
- init script fixes (#436854)
|
2008-03-11 11:29:05 +00:00
|
|
|
- fix config file parsing (#436722)
|
2008-03-11 10:42:39 +00:00
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
* Thu Mar 06 2008 Peter Vrabec <pvrabec@redhat.com> 3.12.1-1
|
|
|
|
- upgrade
|
2008-02-18 12:31:54 +00:00
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
* Wed Mar 05 2008 Peter Vrabec <pvrabec@redhat.com> 3.12.0-1
|
|
|
|
- upgrade
|
|
|
|
|
|
|
|
* Mon Feb 25 2008 Peter Vrabec <pvrabec@redhat.com> 3.11.5-1
|
|
|
|
- upgrade
|
|
|
|
|
|
|
|
* Fri Feb 01 2008 Peter Vrabec <pvrabec@redhat.com> 3.11.0-1
|
|
|
|
- upgrade to the latests development release
|
2008-02-13 16:56:20 +00:00
|
|
|
- provide PostgresSQL support
|
2008-03-07 11:12:39 +00:00
|
|
|
- provide GSSAPI support
|
2008-02-13 16:56:20 +00:00
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
* Mon Jan 21 2008 Peter Vrabec <pvrabec@redhat.com> 2.0.0-7
|
|
|
|
- change from requires sysklogd to conflicts sysklogd
|
2008-02-11 10:59:32 +00:00
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
* Fri Jan 18 2008 Peter Vrabec <pvrabec@redhat.com> 2.0.0-6
|
|
|
|
- change logrotate file
|
|
|
|
- use rsyslog own pid file
|
2008-01-22 12:41:58 +00:00
|
|
|
|
2008-03-07 11:12:39 +00:00
|
|
|
* Thu Jan 17 2008 Peter Vrabec <pvrabec@redhat.com> 2.0.0-5
|
|
|
|
- fixing bad descriptor (#428775)
|
|
|
|
|
|
|
|
* Wed Jan 16 2008 Peter Vrabec <pvrabec@redhat.com> 2.0.0-4
|
|
|
|
- rename logrotate file
|
|
|
|
|
|
|
|
* Wed Jan 16 2008 Peter Vrabec <pvrabec@redhat.com> 2.0.0-3
|
|
|
|
- fix post script and init file
|
|
|
|
|
|
|
|
* Wed Jan 16 2008 Peter Vrabec <pvrabec@redhat.com> 2.0.0-2
|
|
|
|
- change pid filename and use logrotata script from sysklogd
|
|
|
|
|
|
|
|
* Tue Jan 15 2008 Peter Vrabec <pvrabec@redhat.com> 2.0.0-1
|
|
|
|
- upgrade to stable release
|
|
|
|
- spec file clean up
|
2008-01-18 13:05:40 +00:00
|
|
|
|
2008-01-02 14:05:11 +00:00
|
|
|
* Wed Jan 02 2008 Peter Vrabec <pvrabec@redhat.com> 1.21.2-1
|
|
|
|
- new upstream release
|
|
|
|
|
2007-12-06 20:26:57 +00:00
|
|
|
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.19.11-2
|
|
|
|
- Rebuild for deps
|
|
|
|
|
2007-11-29 11:03:42 +00:00
|
|
|
* Thu Nov 29 2007 Peter Vrabec <pvrabec@redhat.com> 1.19.11-1
|
|
|
|
- new upstream release
|
|
|
|
- add conflicts (#400671)
|
|
|
|
|
2007-11-19 11:22:01 +00:00
|
|
|
* Mon Nov 19 2007 Peter Vrabec <pvrabec@redhat.com> 1.19.10-1
|
|
|
|
- new upstream release
|
|
|
|
|
2007-10-03 16:14:24 +00:00
|
|
|
* Wed Oct 03 2007 Peter Vrabec <pvrabec@redhat.com> 1.19.6-3
|
|
|
|
- remove NUL character from recieved messages
|
|
|
|
|
2007-09-25 10:25:10 +00:00
|
|
|
* Tue Sep 25 2007 Tomas Heinrich <theinric@redhat.com> 1.19.6-2
|
|
|
|
- fix message suppression (303341)
|
|
|
|
|
|
|
|
* Tue Sep 25 2007 Tomas Heinrich <theinric@redhat.com> 1.19.6-1
|
2007-09-25 00:03:24 +00:00
|
|
|
- upstream bugfix release
|
|
|
|
|
2007-08-28 12:39:16 +00:00
|
|
|
* Tue Aug 28 2007 Peter Vrabec <pvrabec@redhat.com> 1.19.2-1
|
|
|
|
- upstream bugfix release
|
2012-12-10 21:15:25 +00:00
|
|
|
- support for negative app selector, patch from
|
2007-08-28 12:39:16 +00:00
|
|
|
theinric@redhat.com
|
|
|
|
|
2007-08-22 15:36:20 +00:00
|
|
|
* Fri Aug 17 2007 Peter Vrabec <pvrabec@redhat.com> 1.19.0-1
|
|
|
|
- new upstream release with MySQL support(as plugin)
|
|
|
|
|
2007-08-10 14:28:19 +00:00
|
|
|
* Wed Aug 08 2007 Peter Vrabec <pvrabec@redhat.com> 1.18.1-1
|
|
|
|
- upstream bugfix release
|
|
|
|
|
2007-08-06 09:21:53 +00:00
|
|
|
* Mon Aug 06 2007 Peter Vrabec <pvrabec@redhat.com> 1.18.0-1
|
|
|
|
- new upstream release
|
|
|
|
|
2007-08-02 09:51:28 +00:00
|
|
|
* Thu Aug 02 2007 Peter Vrabec <pvrabec@redhat.com> 1.17.6-1
|
|
|
|
- upstream bugfix release
|
|
|
|
|
2007-07-30 09:59:05 +00:00
|
|
|
* Mon Jul 30 2007 Peter Vrabec <pvrabec@redhat.com> 1.17.5-1
|
|
|
|
- upstream bugfix release
|
2012-12-10 21:15:25 +00:00
|
|
|
- fix typo in provides
|
2007-07-30 09:59:05 +00:00
|
|
|
|
2007-07-25 17:35:43 +00:00
|
|
|
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 1.17.2-4
|
|
|
|
- rebuild for toolchain bug
|
|
|
|
|
2007-07-24 15:04:41 +00:00
|
|
|
* Tue Jul 24 2007 Peter Vrabec <pvrabec@redhat.com> 1.17.2-3
|
|
|
|
- take care of sysklogd configuration files in %%post
|
|
|
|
|
2007-07-24 11:39:10 +00:00
|
|
|
* Tue Jul 24 2007 Peter Vrabec <pvrabec@redhat.com> 1.17.2-2
|
|
|
|
- use EVR in provides/obsoletes sysklogd
|
|
|
|
|
2007-07-23 14:49:14 +00:00
|
|
|
* Mon Jul 23 2007 Peter Vrabec <pvrabec@redhat.com> 1.17.2-1
|
|
|
|
- upstream bug fix release
|
|
|
|
|
2007-07-20 10:43:39 +00:00
|
|
|
* Fri Jul 20 2007 Peter Vrabec <pvrabec@redhat.com> 1.17.1-1
|
|
|
|
- upstream bug fix release
|
|
|
|
- include html docs (#248712)
|
|
|
|
- make "-r" option compatible with sysklogd config (248982)
|
|
|
|
|
|
|
|
* Tue Jul 17 2007 Peter Vrabec <pvrabec@redhat.com> 1.17.0-1
|
2007-07-18 09:09:41 +00:00
|
|
|
- feature rich upstream release
|
|
|
|
|
|
|
|
* Thu Jul 12 2007 Peter Vrabec <pvrabec@redhat.com> 1.15.1-2
|
|
|
|
- use obsoletes and hadle old config files
|
|
|
|
|
|
|
|
* Wed Jul 11 2007 Peter Vrabec <pvrabec@redhat.com> 1.15.1-1
|
|
|
|
- new upstream bugfix release
|
|
|
|
|
|
|
|
* Tue Jul 10 2007 Peter Vrabec <pvrabec@redhat.com> 1.15.0-1
|
2012-12-10 21:15:25 +00:00
|
|
|
- new upstream release introduce capability to generate output
|
2007-07-18 09:09:41 +00:00
|
|
|
file names based on templates
|
|
|
|
|
|
|
|
* Tue Jul 03 2007 Peter Vrabec <pvrabec@redhat.com> 1.14.2-1
|
|
|
|
- new upstream bugfix release
|
|
|
|
|
|
|
|
* Mon Jul 02 2007 Peter Vrabec <pvrabec@redhat.com> 1.14.1-1
|
|
|
|
- new upstream release with IPv6 support
|
|
|
|
|
|
|
|
* Tue Jun 26 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.5-3
|
2012-11-20 12:49:28 +00:00
|
|
|
- add BuildRequires for zlib compression feature
|
2007-07-18 09:09:41 +00:00
|
|
|
|
|
|
|
* Mon Jun 25 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.5-2
|
|
|
|
- some spec file adjustments.
|
|
|
|
- fix syslog init script error codes (#245330)
|
|
|
|
|
|
|
|
* Fri Jun 22 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.5-1
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
* Fri Jun 22 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.4-2
|
|
|
|
- some spec file adjustments.
|
|
|
|
|
|
|
|
* Mon Jun 18 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.4-1
|
|
|
|
- upgrade to new upstream release
|
|
|
|
|
|
|
|
* Wed Jun 13 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.2-2
|
|
|
|
- DB support off
|
|
|
|
|
|
|
|
* Tue Jun 12 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.2-1
|
|
|
|
- new upstream release based on redhat patch
|
|
|
|
|
|
|
|
* Fri Jun 08 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.1-2
|
|
|
|
- rsyslog package provides its own kernel log. daemon (rklogd)
|
|
|
|
|
|
|
|
* Mon Jun 04 2007 Peter Vrabec <pvrabec@redhat.com> 1.13.1-1
|
|
|
|
- Initial rpm build
|