- add dovecot, amavis and init patch
- cleanup spec file
This commit is contained in:
parent
16e1f0900c
commit
1e78a8f5a6
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program.
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -18,6 +18,9 @@ Patch15: logwatch-7.3.1-mountd.patch
|
||||
Patch16: logwatch-7.3.1-automount2.patch
|
||||
Patch17: logwatch-7.3.1-postfix2.patch
|
||||
Patch18: logwatch-7.3.1-vsftpd.patch
|
||||
Patch19: logwatch-7.3.1-dovecot.patch
|
||||
Patch20: logwatch-7.3.1-amavis.patch
|
||||
Patch21: logwatch-7.3.1-init.patch
|
||||
|
||||
Requires: textutils sh-utils grep mailx
|
||||
BuildRoot: %{_tmppath}/logwatch-build
|
||||
@ -43,6 +46,9 @@ of the package on many systems.
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
|
||||
%install
|
||||
|
||||
@ -63,8 +69,8 @@ install -m 0755 -d %{buildroot}%{_datadir}/logwatch/lib
|
||||
|
||||
for i in scripts/logfiles/*; do
|
||||
if [ $(ls $i | wc -l) -ne 0 ]; then
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/$i
|
||||
install -m 0755 $i/* %{buildroot}%{_datadir}/logwatch/$i
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/$i
|
||||
install -m 0755 $i/* %{buildroot}%{_datadir}/logwatch/$i
|
||||
fi
|
||||
done
|
||||
|
||||
@ -147,6 +153,10 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES project/TODO
|
||||
|
||||
%changelog
|
||||
* Wed Dec 20 2006 Ivana Varekova <varekova@redhat.com> 7.3.1-8
|
||||
- add dovecot, amavis and init patch
|
||||
- cleanup spec file
|
||||
|
||||
* Wed Nov 29 2006 Ivana Varekova <varekova@redhat.com> 7.3.1-7
|
||||
- add postfix service patch (#208909)
|
||||
- add vsftpd service patch (#217226)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user