mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #18320 from jfrazelle/add-license-selinux
add licence to rpm
This commit is contained in:
commit
1ddd4b1dcc
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ if [ $1 -eq 0 ]; then
|
|||
fi
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
%defattr(-,root,root,0755)
|
||||
%attr(0644,root,root) %{_datadir}/selinux/packages/*.pp.bz2
|
||||
%attr(0644,root,root) %{_datadir}/selinux/devel/include/%{moduletype}/*.if
|
||||
|
|
Loading…
Reference in a new issue