From bc7d9638e9d740d76c4f2b44fe2aab9586a948fd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 24 Mar 2010 16:58:11 +0000 Subject: [PATCH] Remove explicit %%attr from _bindir --- xorg-x11-xinit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 90b2e2e..f799a29 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X Window System xinit startup scripts Name: xorg-x11-%{pkgname} Version: 1.0.9 -Release: 15%{?dist} +Release: 16%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -114,9 +114,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README ChangeLog -%attr(755,-,root) %{_bindir}/startx -%attr(755,-,root) %{_bindir}/xinit -%attr(755,-,root) %{_bindir}/ck-xinit-session +%{_bindir}/startx +%{_bindir}/xinit +%{_bindir}/ck-xinit-session %dir %{_sysconfdir}/X11/xinit %{_sysconfdir}/X11/xinit/xinitrc %{_sysconfdir}/X11/xinit/xinitrc-common @@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xsessions/xinit-compat.desktop %changelog +* Wed Mar 24 2010 Matěj Cepl - 1.0.9-16 +- Remove explicit %%attr from _bindir + * Thu Feb 04 2010 Matěj Cepl - 1.0.9-15 - Add xinit-compat script Patch from Rex Dieter, bug 540546