- fix #209405 - sendmail service problems

This commit is contained in:
Ivana Varekova 2006-10-23 13:51:41 +00:00
parent a81189ceb4
commit 29234d0395

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program.
Name: logwatch
Version: 7.3.1
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -10,6 +10,7 @@ Patch2: logwatch-7.2.1-nosegfault.patch
Patch8: logwatch-7.3-sshd.patch
Patch9: logwatch-7.3.1-yum.patch
Patch10: logwatch-7.3.1-automount.patch
Patch11: logwatch-7.3.1-sendmail.patch
Requires: textutils sh-utils grep mailx
BuildRoot: %{_tmppath}/logwatch-build
@ -27,6 +28,7 @@ of the package on many systems.
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%install
@ -131,6 +133,9 @@ rm -rf %{buildroot}
%doc License project/CHANGES project/TODO
%changelog
* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> 7.3.1-3
- fix #209405 - sendmail service problems
* Fri Oct 20 2006 Ivana Varekova <varekova@redhat.com> 7.3.1-2
- fix #204078 - missing /etc/logwatch/scripts/services
- add yum service patch