add support for AArch64 architecture (#917804)
This commit is contained in:
parent
750c188446
commit
b4462fb363
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.2
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://fedorahosted.org/filesystem
|
||||
Group: System Environment/Base
|
||||
@ -153,7 +153,7 @@ posix.symlink("../run/lock", "/var/lock")
|
||||
/etc/bash_completion.d/
|
||||
/home
|
||||
/lib
|
||||
%ifarch x86_64 ppc64 sparc64 s390x
|
||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64
|
||||
/%{_lib}
|
||||
%endif
|
||||
/media
|
||||
@ -175,7 +175,7 @@ posix.symlink("../run/lock", "/var/lock")
|
||||
/usr/lib/debug
|
||||
%attr(555,root,root) /usr/lib/games
|
||||
%attr(555,root,root) /usr/lib/sse2
|
||||
%ifarch x86_64 ppc64 sparc64 s390x
|
||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64
|
||||
%attr(555,root,root) /usr/%{_lib}
|
||||
%else
|
||||
%attr(555,root,root) /usr/lib/tls
|
||||
@ -237,6 +237,9 @@ posix.symlink("../run/lock", "/var/lock")
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Tue Mar 05 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-7
|
||||
- add support for AArch64 architecture (#917804)
|
||||
|
||||
* Wed Feb 27 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-6
|
||||
- fix directory listed twice errors on 32bit secondary arches
|
||||
(#915947)
|
||||
|
Loading…
Reference in New Issue
Block a user