rpms/libx86/devel libx86.spec,1.7,1.8

Karsten Hopp karsten at fedoraproject.org
Thu Sep 3 10:02:03 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/libx86/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2862

Modified Files:
	libx86.spec 
Log Message:
- excludearch s390, s390x where we don't have sys/io.h


Index: libx86.spec
===================================================================
RCS file: /cvs/extras/rpms/libx86/devel/libx86.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libx86.spec	4 Aug 2009 03:12:11 -0000	1.7
+++ libx86.spec	3 Sep 2009 10:02:03 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           libx86
 Version:        1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Library for making real-mode x86 calls
 
 Group:          System Environment/Libraries
@@ -8,9 +8,9 @@ License:        MIT
 URL:            http://www.codon.org.uk/~mjg59/libx86
 Source0:        http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# does not build on ppc or ppc64 yet, due to the lack of port i/o redirection
-# and video routing
-ExcludeArch:    ppc ppc64
+# 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
 
 Patch0: libx86-add-pkgconfig.patch
 
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/x86.pc
 
 %changelog
+* Thu Sep 03 2009 Karsten Hopp <karsten at redhat.com> 1.1-7
+- excludearch s390, s390x where we don't have sys/io.h
+
 * Tue Aug 04 2009 Dave Airlie <airlied at redhat.com> 1.1-6
 - add pkgconfig support
 




More information about the scm-commits mailing list