- 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
This commit is contained in:
Scott Bahling 2013-10-21 14:51:25 +00:00 committed by Git OBS Bridge
parent fac33184b6
commit 5ca7db2221
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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