- Resolves: 222263 sshd script problem
This commit is contained in:
parent
be645e1629
commit
06ef8516b1
@ -1,13 +1,14 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
Source: ftp://ftp.kaybee.org/pub/linux/logwatch-%{version}.tar.gz
|
||||
Patch1: logwatch-7.2.1-nosegfault.patch
|
||||
Patch2: logwatch-7.3.1-vsftpd.patch
|
||||
Patch3: logwatch-7.3.2-sshd.patch
|
||||
|
||||
Requires: textutils sh-utils grep mailx
|
||||
BuildRoot: %{_tmppath}/logwatch-build
|
||||
@ -23,6 +24,7 @@ of the package on many systems.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%install
|
||||
|
||||
@ -131,6 +133,10 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES project/TODO
|
||||
|
||||
%changelog
|
||||
* Tue Jan 16 2007 Ivana Varekova <varekova@redhat.com> 7.3.2-3
|
||||
- Resolves: 222263
|
||||
sshd script problem
|
||||
|
||||
* Fri Jan 5 2007 Ivana Varekova <varekova@redhat.com> 7.3.2-2
|
||||
- Resolves: 221576
|
||||
add html conf files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user