[libx86] ExcludeArch: aarch64 due to missing sys/io.h

Yaakov Selkowitz yselkowitz at fedoraproject.org
Tue Jul 8 05:57:49 UTC 2014


commit 852163cdef7bdc3be46dffde477187638d6546f2
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Jul 8 00:57:55 2014 -0500

    ExcludeArch: aarch64 due to missing sys/io.h

 libx86.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libx86.spec b/libx86.spec
index 61d5908..99eaf4f 100644
--- a/libx86.spec
+++ b/libx86.spec
@@ -1,6 +1,6 @@
 Name:           libx86
 Version:        1.1
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Library for making real-mode x86 calls
 
 Group:          System Environment/Libraries
@@ -10,7 +10,7 @@ Source0:        http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{versio
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # does not build on ppc, ppc64 and s390* yet, due to the lack of port i/o
 # redirection and video routing
-ExcludeArch:    ppc ppc64 s390 s390x %{sparc}
+ExcludeArch:    ppc ppc64 s390 s390x %{sparc} aarch64
 
 Patch0: libx86-add-pkgconfig.patch
 Patch1: libx86-mmap-offset.patch
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/x86.pc
 
 %changelog
+* Tue Jul 08 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 1.1-19
+- ExcludeArch: aarch64 due to missing sys/io.h
+
 * Tue Jun 24 2014 Dennis Gilmore <dennis at ausil.us> - 1.1-18
 - add patch from debian for ftbfs
 


More information about the scm-commits mailing list