Fix ownership of files in the package to have proper owner and not random

mockbuild.
This commit is contained in:
Matěj Cepl 2010-08-27 15:39:15 +02:00
parent 0c38511b78
commit 5cac263fa1

View File

@ -133,7 +133,7 @@ rm -rf $RPM_BUILD_ROOT
%files session
%defattr(-, root, root)
%attr(755,-,root) %{_libexecdir}/xinit-compat
%attr(755,root,root) %{_libexecdir}/xinit-compat
%{_datadir}/xsessions/xinit-compat.desktop
%changelog