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
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?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
|
||||||
@ -153,7 +153,7 @@ posix.symlink("../run/lock", "/var/lock")
|
|||||||
/etc/bash_completion.d/
|
/etc/bash_completion.d/
|
||||||
/home
|
/home
|
||||||
/lib
|
/lib
|
||||||
%ifarch x86_64 ppc64 sparc64 s390x
|
%ifarch x86_64 ppc64 sparc64 s390x aarch64
|
||||||
/%{_lib}
|
/%{_lib}
|
||||||
%endif
|
%endif
|
||||||
/media
|
/media
|
||||||
@ -175,7 +175,7 @@ posix.symlink("../run/lock", "/var/lock")
|
|||||||
/usr/lib/debug
|
/usr/lib/debug
|
||||||
%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
|
%ifarch x86_64 ppc64 sparc64 s390x aarch64
|
||||||
%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
|
||||||
@ -237,6 +237,9 @@ posix.symlink("../run/lock", "/var/lock")
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 27 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-6
|
||||||
- fix directory listed twice errors on 32bit secondary arches
|
- fix directory listed twice errors on 32bit secondary arches
|
||||||
(#915947)
|
(#915947)
|
||||||
|
Loading…
Reference in New Issue
Block a user