- mark logwatch.conf as a configure file (#468655)
This commit is contained in:
parent
e7038e6d2b
commit
20a7577c10
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.6
|
||||
Release: 32%{?dist}
|
||||
Release: 33%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -198,14 +198,12 @@ rm -rf %{buildroot}
|
||||
%dir %{_datadir}/logwatch/lib
|
||||
%{_datadir}/logwatch/scripts/logwatch.pl
|
||||
%config(noreplace) %{_sysconfdir}/logwatch/conf/*.conf
|
||||
#%config(noreplace) %{_sysconfdir}/logwatch/conf/services/*
|
||||
#%config(noreplace) %{_sysconfdir}/logwatch/conf/logfiles/*
|
||||
%config(noreplace) %{_datadir}/logwatch/default.conf/*.conf
|
||||
%{_sbindir}/logwatch
|
||||
%{_datadir}/logwatch/scripts/shared/*
|
||||
%{_datadir}/logwatch/scripts/services/*
|
||||
%{_datadir}/logwatch/scripts/logfiles/*/*
|
||||
%{_datadir}/logwatch/lib/Logwatch.pm
|
||||
%{_datadir}/logwatch/default.conf/*.conf
|
||||
%{_datadir}/logwatch/default.conf/services/*.conf
|
||||
%{_datadir}/logwatch/default.conf/logfiles/*.conf
|
||||
%{_datadir}/logwatch/default.conf/html/*.html
|
||||
@ -215,6 +213,9 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2008 Ivana Varekova <varekova@redhat.com> 7.3.6-33
|
||||
- mark logwatch.conf as a configure file (#468655)
|
||||
|
||||
* Wed Oct 29 2008 Ivana Varekova <varekova@redhat.com> 7.3.6-32
|
||||
- parse another postfix log, do postfix patches cleanup
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user