- Resolves: 221576 add html conf files
This commit is contained in:
parent
739e797be9
commit
be645e1629
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -30,11 +30,13 @@ rm -rf %{buildroot}
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_var}/cache/logwatch
|
||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/logwatch/scripts
|
||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/logwatch/scripts/services
|
||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/logwatch/conf
|
||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/logwatch/conf/logfiles
|
||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/logwatch/conf/services
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/default.conf/logfiles
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/default.conf/services
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/default.conf/html
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/dist.conf/logfiles
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/dist.conf/services
|
||||
install -m 0755 -d %{buildroot}%{_datadir}/logwatch/scripts/services
|
||||
@ -55,6 +57,7 @@ install -m 0755 scripts/shared/* %{buildroot}%{_datadir}/logwatch/scripts/shared
|
||||
install -m 0644 conf/logwatch.conf %{buildroot}%{_datadir}/logwatch/default.conf/logwatch.conf
|
||||
install -m 0644 conf/logfiles/* %{buildroot}%{_datadir}/logwatch/default.conf/logfiles
|
||||
install -m 0644 conf/services/* %{buildroot}%{_datadir}/logwatch/default.conf/services
|
||||
install -m 0644 conf/html/* %{buildroot}%{_datadir}/logwatch/default.conf/html
|
||||
|
||||
install -m 0644 lib/Logwatch.pm %{buildroot}%{_datadir}/logwatch/lib/Logwatch.pm
|
||||
|
||||
@ -74,7 +77,6 @@ ln -s %{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}%{_sysconfdir}/cron.d
|
||||
install -m 0755 -d %{buildroot}%{_sbindir}
|
||||
ln -s %{_datadir}/logwatch/scripts/logwatch.pl %{buildroot}%{_sbindir}/logwatch
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_sysconfdir}/logwatch/scripts/services
|
||||
|
||||
echo "###### REGULAR EXPRESSIONS IN THIS FILE WILL BE TRIMMED FROM REPORT OUTPUT #####" > %{buildroot}%{_sysconfdir}/logwatch/conf/ignore.conf
|
||||
echo "# Local configuration options go here (defaults are in %{_datadir}/logwatch/default.conf/logwatch.conf)" > %{buildroot}%{_sysconfdir}/logwatch/conf/logwatch.conf
|
||||
@ -100,6 +102,7 @@ rm -rf %{buildroot}
|
||||
%dir %{_datadir}/logwatch/default.conf
|
||||
%dir %{_datadir}/logwatch/default.conf/services
|
||||
%dir %{_datadir}/logwatch/default.conf/logfiles
|
||||
%dir %{_datadir}/logwatch/default.conf/html
|
||||
%dir %{_datadir}/logwatch/dist.conf
|
||||
%dir %{_datadir}/logwatch/dist.conf/services
|
||||
%dir %{_datadir}/logwatch/dist.conf/logfiles
|
||||
@ -121,12 +124,21 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/logwatch/default.conf/*.conf
|
||||
%{_datadir}/logwatch/default.conf/services/*.conf
|
||||
%{_datadir}/logwatch/default.conf/logfiles/*.conf
|
||||
%{_datadir}/logwatch/default.conf/html/*.html
|
||||
%{_sysconfdir}/cron.daily/0logwatch
|
||||
%doc %{_mandir}/man8/logwatch.8*
|
||||
|
||||
%doc License project/CHANGES project/TODO
|
||||
|
||||
%changelog
|
||||
* Fri Jan 5 2007 Ivana Varekova <varekova@redhat.com> 7.3.2-2
|
||||
- Resolves: 221576
|
||||
add html conf files
|
||||
|
||||
* Thu Dec 21 2006 Ivana Varekova <varekova@redhat.com> 7.3.2-1
|
||||
- update to 7.3.2
|
||||
- remove obsolete patches
|
||||
|
||||
* Wed Dec 20 2006 Ivana Varekova <varekova@redhat.com> 7.3.1-9
|
||||
- add cron, pam_unix, audit, init service patches
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user