change the attributes of /usr/lib/debug to 0755 (#911831)
This commit is contained in:
parent
d50a361585
commit
e953cf647c
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://fedorahosted.org/filesystem
|
||||
Group: System Environment/Base
|
||||
@ -171,7 +171,13 @@ posix.symlink("../run/lock", "/var/lock")
|
||||
/usr/etc
|
||||
/usr/games
|
||||
/usr/include
|
||||
%attr(555,root,root) /usr/lib
|
||||
%dir %attr(555,root,root) /usr/lib
|
||||
/usr/lib/debug
|
||||
%attr(555,root,root) /usr/lib/games
|
||||
%attr(555,root,root) /usr/lib/sse2
|
||||
%attr(555,root,root) /usr/lib/tls
|
||||
%attr(555,root,root) /usr/lib/X11
|
||||
%attr(555,root,root) /usr/lib/pm-utils
|
||||
%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
|
||||
%attr(555,root,root) /usr/%{_lib}
|
||||
%endif
|
||||
@ -230,6 +236,9 @@ posix.symlink("../run/lock", "/var/lock")
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-5
|
||||
- change the attributes of /usr/lib/debug to 0755 (#911831)
|
||||
|
||||
* Tue Feb 19 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-4
|
||||
- own /usr/lib/debug for consistency (#911831)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user