[libx86/f19] Revert "Make ExclusiveArch x86"

Matthew Garrett mjg59 at fedoraproject.org
Sun Apr 14 17:57:56 UTC 2013


commit 892231b77241e381071f06491822284052a4b37d
Author: Matthew Garrett <matthew.garrett at nebula.com>
Date:   Sun Apr 14 13:56:49 2013 -0400

    Revert "Make ExclusiveArch x86"
    
    This reverts commit 0e33d516c9714be0618cb2cc9f922ad91b3afa17. This package
    is not intended to be x86-specific - if it fails to build elsewhere, that's
    a bug.

 libx86.spec |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/libx86.spec b/libx86.spec
index 329271e..9367c39 100644
--- a/libx86.spec
+++ b/libx86.spec
@@ -1,6 +1,6 @@
 Name:           libx86
 Version:        1.1
-Release:        14%{?dist}
+Release:        13%{?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
-ExclusiveArch:  %{ix86} x86_64
+ExcludeArch:    ppc ppc64 s390 s390x %{sparc}
 
 Patch0: libx86-add-pkgconfig.patch
 Patch1: libx86-mmap-offset.patch
@@ -62,9 +62,6 @@ 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