Fix ownership of files in the package to have proper owner and not random
mockbuild.
This commit is contained in:
parent
0c38511b78
commit
5cac263fa1
@ -133,7 +133,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files session
|
%files session
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%attr(755,-,root) %{_libexecdir}/xinit-compat
|
%attr(755,root,root) %{_libexecdir}/xinit-compat
|
||||||
%{_datadir}/xsessions/xinit-compat.desktop
|
%{_datadir}/xsessions/xinit-compat.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user