[xorg-x11-server] still set %attr for paranoia

Adam Jackson ajax at fedoraproject.org
Thu Sep 2 18:06:47 UTC 2010


commit 0898493ed9d4c3bc88946ddee43d20c6b60588db
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Sep 2 14:09:03 2010 -0400

    still set %attr for paranoia

 xorg-x11-server.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index b4cefe7..c7e6a5c 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -30,7 +30,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.9.0
-Release:   5%{?gitdate:.%{gitdate}}%{dist}
+Release:   6%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -447,7 +447,7 @@ rm -rf $RPM_BUILD_ROOT
 %config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver
 %{_bindir}/X
 #attr(4711, root, root) %{_bindir}/Xorg
-%caps(cap_sys_admin,cap_sys_rawio,cap_dac_override=pe) %{_bindir}/Xorg
+%attr(0711,root,root) %caps(cap_sys_admin,cap_sys_rawio,cap_dac_override=pe) %{_bindir}/Xorg
 %{_bindir}/cvt
 %{_bindir}/gtf
 %dir %{_datadir}/xorg


More information about the scm-commits mailing list