diff --git a/ghc-blaze-html.changes b/ghc-blaze-html.changes
index bc8f26f..ee1bcd0 100644
--- a/ghc-blaze-html.changes
+++ b/ghc-blaze-html.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Oct 21 14:45:53 UTC 2013 - sbahling@suse.com
+
+- spec file: Add %defattr(-,root,root,-) to %files devel section
+
-------------------------------------------------------------------
Wed May 15 14:25:47 UTC 2013 - peter.trommler@ohm-hochschule.de
diff --git a/ghc-blaze-html.spec b/ghc-blaze-html.spec
index cc2e034..c5a483b 100644
--- a/ghc-blaze-html.spec
+++ b/ghc-blaze-html.spec
@@ -76,9 +76,10 @@ starting point, as well as this tutorial:
%ghc_pkg_recache
%files -f %{name}.files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
%doc LICENSE
%files devel -f %{name}-devel.files
+%defattr(-,root,root,-)
%changelog