From e2b5671568f20d5abb4c3f506eba5f8d7b8764e3 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Thu, 19 Jul 2012 10:59:27 +0200 Subject: [PATCH] Remove defattr to comply with Fedora Packaging Guidelines --- logwatch.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/logwatch.spec b/logwatch.spec index ed13072..2c68f45 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -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 - 7.4.0-14.20120619svn110 +- Remove defattr to comply with Fedora Packaging Guidelines + * Wed Jun 27 2012 Jan Synáček - 7.4.0-14.20120619svn110 - Add rhhunter patch (rhbz#818926)