From 5ca7db2221a95bb2ad2fc7525c3984edf948786135f7c46842db90db1b33d97a Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Mon, 21 Oct 2013 14:51:25 +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-tagsoup?expand=0&rev=6 --- ghc-tagsoup.changes | 5 +++++ ghc-tagsoup.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ghc-tagsoup.changes b/ghc-tagsoup.changes index b475106..409fd6e 100644 --- a/ghc-tagsoup.changes +++ b/ghc-tagsoup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 21 14:49:55 UTC 2013 - sbahling@suse.com + +- spec file: Add %defattr(-,root,root,-) to %files devel section + ------------------------------------------------------------------- Tue May 14 14:03:44 UTC 2013 - peter.trommler@ohm-hochschule.de diff --git a/ghc-tagsoup.spec b/ghc-tagsoup.spec index 5d8b488..9ede53e 100644 --- a/ghc-tagsoup.spec +++ b/ghc-tagsoup.spec @@ -79,9 +79,10 @@ Users should start from the "Text.HTML.TagSoup" module. %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