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