bug 303341 - fix message suppression
This commit is contained in:
parent
f218f55d63
commit
f0d26583c1
@ -1,3 +1,4 @@
|
|||||||
rsyslog.init
|
rsyslog.init
|
||||||
rsyslog.sysconfig
|
rsyslog.sysconfig
|
||||||
rsyslog-1.19.6.tar.gz
|
rsyslog-1.19.6.tar.gz
|
||||||
|
rsyslog-1.19.6-repmsg.patch
|
||||||
|
@ -3,13 +3,14 @@
|
|||||||
Summary: Enhanced system logging and kernel message trapping daemons
|
Summary: Enhanced system logging and kernel message trapping daemons
|
||||||
Name: rsyslog
|
Name: rsyslog
|
||||||
Version: 1.19.6
|
Version: 1.19.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.rsyslog.com/
|
URL: http://www.rsyslog.com/
|
||||||
Source0: http://download.adiscon.com/rsyslog/%{name}-%{version}.tar.gz
|
Source0: http://download.adiscon.com/rsyslog/%{name}-%{version}.tar.gz
|
||||||
Source1: rsyslog.init
|
Source1: rsyslog.init
|
||||||
Source2: rsyslog.sysconfig
|
Source2: rsyslog.sysconfig
|
||||||
|
Patch1: rsyslog-1.19.6-repmsg.patch
|
||||||
Conflicts: logrotate < 3.5.2
|
Conflicts: logrotate < 3.5.2
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
@ -45,6 +46,7 @@ MySQL database support to rsyslog.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1 -b .repmsg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --sbindir=%{sbindir} --disable-static
|
%configure --sbindir=%{sbindir} --disable-static
|
||||||
@ -117,7 +119,10 @@ fi
|
|||||||
%{_libdir}/rsyslog/ommysql.so
|
%{_libdir}/rsyslog/ommysql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 25 2007 Tomas Heinrich <theinric@redhat.com> 1.19.6
|
* 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
|
||||||
- upstream bugfix release
|
- upstream bugfix release
|
||||||
|
|
||||||
* Tue Aug 28 2007 Peter Vrabec <pvrabec@redhat.com> 1.19.2-1
|
* Tue Aug 28 2007 Peter Vrabec <pvrabec@redhat.com> 1.19.2-1
|
||||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
|||||||
fe8fcd90c672701fa198dd1206df64ae rsyslog.init
|
fe8fcd90c672701fa198dd1206df64ae rsyslog.init
|
||||||
e10d2dc3238c2cf2a54933f10b19b9bf rsyslog.sysconfig
|
e10d2dc3238c2cf2a54933f10b19b9bf rsyslog.sysconfig
|
||||||
0aa4ea5d07d3c2ba3080b4a64280ff72 rsyslog-1.19.6.tar.gz
|
0aa4ea5d07d3c2ba3080b4a64280ff72 rsyslog-1.19.6.tar.gz
|
||||||
|
8687f4cb4dbc28106890a00eabf2c6f7 rsyslog-1.19.6-repmsg.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user