- fix #209405 - another sendmail service problem
- fix #212812 - add service script patch patch created by Russell Coker
This commit is contained in:
parent
29234d0395
commit
6efbb1c3ac
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program.
|
||||
Name: logwatch
|
||||
Version: 7.3.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -11,6 +11,8 @@ 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
|
||||
Patch12: logwatch-7.3.1-sendmail2.patch
|
||||
Patch13: logwatch-7.3.1-named.patch
|
||||
|
||||
Requires: textutils sh-utils grep mailx
|
||||
BuildRoot: %{_tmppath}/logwatch-build
|
||||
@ -29,6 +31,8 @@ of the package on many systems.
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
|
||||
%install
|
||||
|
||||
@ -133,6 +137,11 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES project/TODO
|
||||
|
||||
%changelog
|
||||
* Mon Oct 30 2006 Ivana Varekova <varekova@redhat.com> 7.3.1-4
|
||||
- fix #209405 - another sendmail service problem
|
||||
- fix #212812 - add service script patch
|
||||
patch created by Russell Coker
|
||||
|
||||
* Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> 7.3.1-3
|
||||
- fix #209405 - sendmail service problems
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user