This commit is contained in:
parent
8e678e869d
commit
aa4816dfa8
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.2
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://fedorahosted.org/filesystem
|
||||
Group: System Environment/Base
|
||||
@ -157,7 +157,7 @@ return 0
|
||||
/etc/bash_completion.d/
|
||||
/home
|
||||
/lib
|
||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64
|
||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le
|
||||
/%{_lib}
|
||||
%endif
|
||||
/media
|
||||
@ -184,7 +184,7 @@ return 0
|
||||
%ghost /usr/lib/debug/sbin
|
||||
%attr(555,root,root) /usr/lib/games
|
||||
%attr(555,root,root) /usr/lib/sse2
|
||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64
|
||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le
|
||||
%attr(555,root,root) /usr/%{_lib}
|
||||
%else
|
||||
%attr(555,root,root) /usr/lib/tls
|
||||
@ -245,6 +245,10 @@ return 0
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Fri Jan 10 2014 Ondrej Vasik <ovasik@redhat.com> - 3.2-23
|
||||
- add ppc64 little endian to the 64-bit arches(#1051191)
|
||||
- add bn_BD to lang exceptions (#1048327)
|
||||
|
||||
* Wed Dec 04 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-22
|
||||
- change the permissions of the /sys directory to 555
|
||||
to match the kernel (#1037862)
|
||||
|
@ -12,6 +12,7 @@ am_ET
|
||||
ast_ES
|
||||
az_IR
|
||||
bg_BG
|
||||
bn_BD
|
||||
bn_IN
|
||||
ca@valencia
|
||||
ca_ES
|
||||
|
Loading…
Reference in New Issue
Block a user