Remove defattr to comply with Fedora Packaging Guidelines

This commit is contained in:
Jan Synacek 2012-07-19 10:59:27 +02:00
parent 93c0c98f50
commit e2b5671568

View File

@ -114,7 +114,6 @@ echo "# Local configuration options go here (defaults are in %{_datadir}/logwatc
echo "# Configuration overrides for specific logfiles/services may be placed here." > %{buildroot}%{_sysconfdir}/logwatch/conf/override.conf
%files
%defattr(-,root,root)
%doc README HOWTO-Customize-LogWatch LICENSE
%dir %{_var}/cache/logwatch
%dir %{_sysconfdir}/logwatch/scripts
@ -139,6 +138,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
%{_mandir}/man*/*
%changelog
* Thu Jul 19 2012 Jan Synáček <jsynacek@redhat.com> - 7.4.0-14.20120619svn110
- Remove defattr to comply with Fedora Packaging Guidelines
* Wed Jun 27 2012 Jan Synáček <jsynacek@redhat.com> - 7.4.0-14.20120619svn110
- Add rhhunter patch (rhbz#818926)