Own directories correctly
This commit is contained in:
parent
d13a8ec397
commit
650c69aea5
@ -115,30 +115,40 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
|
||||
%files
|
||||
%doc README HOWTO-Customize-LogWatch LICENSE
|
||||
%dir %{_var}/cache/logwatch
|
||||
%dir %{_sysconfdir}/logwatch
|
||||
%dir %{_sysconfdir}/logwatch/scripts
|
||||
%dir %{_sysconfdir}/logwatch/conf
|
||||
%dir %{_sysconfdir}/logwatch/conf/logfiles
|
||||
%dir %{_sysconfdir}/logwatch/conf/services
|
||||
%dir %{_sysconfdir}/logwatch/scripts/services
|
||||
%{_sysconfdir}/cron.daily/0logwatch
|
||||
%config(noreplace) %{_sysconfdir}/logwatch/conf/*.conf
|
||||
%dir %{_datadir}/logwatch
|
||||
%dir %{_datadir}/logwatch/dist.conf
|
||||
%dir %{_datadir}/logwatch/dist.conf/services
|
||||
%dir %{_datadir}/logwatch/dist.conf/logfiles
|
||||
%{_datadir}/logwatch/scripts/logwatch.pl
|
||||
%config(noreplace) %{_datadir}/logwatch/default.conf/*.conf
|
||||
%{_sbindir}/logwatch
|
||||
%dir %{_datadir}/logwatch/scripts
|
||||
%{_datadir}/logwatch/scripts/shared
|
||||
%{_datadir}/logwatch/scripts/services
|
||||
%{_datadir}/logwatch/scripts/logfiles
|
||||
%dir %{_datadir}/logwatch/lib
|
||||
%{_datadir}/logwatch/lib/Logwatch.pm
|
||||
%dir %{_datadir}/logwatch/default.conf
|
||||
%dir %{_datadir}/logwatch/default.conf/services
|
||||
%{_datadir}/logwatch/default.conf/services/*.conf
|
||||
%dir %{_datadir}/logwatch/default.conf/logfiles
|
||||
%{_datadir}/logwatch/default.conf/logfiles/*.conf
|
||||
%dir %{_datadir}/logwatch/default.conf/html
|
||||
%{_datadir}/logwatch/default.conf/html/*.html
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Wed May 22 2013 Jan Synáček <jsynacek@redhat.com> - 7.4.0-25.20130522svn140
|
||||
- Update to revision 140 and drop upstreamed patches
|
||||
- Own directories correctly
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.0-24.20130102svn127
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user