- spec file: Add %defattr(-,root,root,-) to %files devel section
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=7
This commit is contained in:
parent
2eb8cde6d5
commit
77be6eb795
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 21:58:11 UTC 2013 - sbahling@suse.com
|
||||
|
||||
- spec file: Add %defattr(-,root,root,-) to %files devel section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 15:21:20 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
|
@ -82,9 +82,10 @@ and extracting files from zip archives.
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user