From 5cac263fa12504b098ff19c3fad0f0ee32901323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 27 Aug 2010 15:39:15 +0200 Subject: [PATCH] Fix ownership of files in the package to have proper owner and not random mockbuild. --- xorg-x11-xinit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 35accca..7ea04a0 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -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