From 098580b35be910657f6f585904f9a168e2a9650f50194b00b02a60b392c392e6 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Mon, 21 Oct 2013 14:47:21 +0000 Subject: [PATCH] - spec file: Add %defattr(-,root,root,-) to %files devel section OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-html?expand=0&rev=6 --- ghc-blaze-html.changes | 5 +++++ ghc-blaze-html.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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