Remove explicit %%attr from _bindir
This commit is contained in:
parent
5b4872953d
commit
bc7d9638e9
@ -3,7 +3,7 @@
|
|||||||
Summary: X.Org X11 X Window System xinit startup scripts
|
Summary: X.Org X11 X Window System xinit startup scripts
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 1.0.9
|
Version: 1.0.9
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -114,9 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README ChangeLog
|
%doc COPYING README ChangeLog
|
||||||
%attr(755,-,root) %{_bindir}/startx
|
%{_bindir}/startx
|
||||||
%attr(755,-,root) %{_bindir}/xinit
|
%{_bindir}/xinit
|
||||||
%attr(755,-,root) %{_bindir}/ck-xinit-session
|
%{_bindir}/ck-xinit-session
|
||||||
%dir %{_sysconfdir}/X11/xinit
|
%dir %{_sysconfdir}/X11/xinit
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc
|
%{_sysconfdir}/X11/xinit/xinitrc
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc-common
|
%{_sysconfdir}/X11/xinit/xinitrc-common
|
||||||
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/xsessions/xinit-compat.desktop
|
%{_datadir}/xsessions/xinit-compat.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 24 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-16
|
||||||
|
- Remove explicit %%attr from _bindir
|
||||||
|
|
||||||
* Thu Feb 04 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-15
|
* Thu Feb 04 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-15
|
||||||
- Add xinit-compat script
|
- Add xinit-compat script
|
||||||
Patch from Rex Dieter, bug 540546
|
Patch from Rex Dieter, bug 540546
|
||||||
|
Loading…
Reference in New Issue
Block a user