[libx86] Make ExclusiveArch x86

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 14 17:44:21 UTC 2013


commit 0e33d516c9714be0618cb2cc9f922ad91b3afa17
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Apr 14 18:44:10 2013 +0100

    Make ExclusiveArch x86

 libx86.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libx86.spec b/libx86.spec
index 9367c39..329271e 100644
--- a/libx86.spec
+++ b/libx86.spec
@@ -1,6 +1,6 @@
 Name:           libx86
 Version:        1.1
-Release:        13%{?dist}
+Release:        14%{?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}
+ExclusiveArch:  %{ix86} x86_64
 
 Patch0: libx86-add-pkgconfig.patch
 Patch1: libx86-mmap-offset.patch
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/x86.pc
 
 %changelog
+* Sun Apr 14 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.1-14
+- Make ExclusiveArch x86
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list