[filesystem] add support for AArch64 architecture (#917804)

Ondrej Vasik ovasik at fedoraproject.org
Tue Mar 5 08:19:44 UTC 2013


commit b4462fb3634ce9b6697bdf6b5658914788146ffd
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Tue Mar 5 09:19:36 2013 +0100

    add support for AArch64 architecture (#917804)

 filesystem.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index 49457e8..f55d7e5 100644
--- a/filesystem.spec
+++ b/filesystem.spec
@@ -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 at redhat.com> 3.2-7
+- add support for AArch64 architecture (#917804)
+
 * Wed Feb 27 2013 Ondrej Vasik <ovasik at redhat.com> 3.2-6
 - fix directory listed twice errors on 32bit secondary arches
   (#915947)


More information about the scm-commits mailing list