[xorg-x11-xinit] Fix ownership of files in the package to have proper owner and not random mockbuild.

Matej Cepl mcepl at fedoraproject.org
Fri Aug 27 13:49:33 UTC 2010


commit 5cac263fa12504b098ff19c3fad0f0ee32901323
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Fri Aug 27 15:39:15 2010 +0200

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

 xorg-x11-xinit.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list