[xorg-x11-server] Add aarch64 to platforms that have libunwind

Peter Robinson pbrobinson at fedoraproject.org
Mon Dec 2 15:50:18 UTC 2013


commit bcd21a0039ea309596350c00b0cce8a4815150fd
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Dec 2 15:50:11 2013 +0000

    Add aarch64 to platforms that have libunwind

 xorg-x11-server.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index 8dfeac8..92a2152 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -42,7 +42,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.14.99.902
-Release:   1%{?gitdate:.%{gitdate}}%{dist}
+Release:   2%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -219,7 +219,7 @@ BuildRequires: audit-libs-devel libselinux-devel >= 2.0.86-1
 BuildRequires: libudev-devel
 %if !0%{?rhel}
 # libunwind is Exclusive for the following arches
-%ifarch %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
+%ifarch aarch64 %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
 BuildRequires: libunwind-devel
 %endif
 %endif
@@ -659,6 +659,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Mon Dec  2 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.14.99.902-2
+- Add aarch64 to platforms that have libunwind
+
 * Wed Nov 20 2013 Adam Jackson <ajax at redhat.com> 1.14.99.902-1
 - 1.15RC2
 


More information about the scm-commits mailing list