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

Dennis Gilmore ausil at fedoraproject.org
Wed Jan 14 21:07:31 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/vbetool/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9073

Modified Files:
	vbetool.spec 
Log Message:
exclude sparc arches no sys/io.h



Index: vbetool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vbetool/devel/vbetool.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vbetool.spec	20 May 2008 19:45:17 -0000	1.7
+++ vbetool.spec	14 Jan 2009 21:07:01 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           vbetool
 Version:        1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Run real-mode video BIOS code to alter hardware state
 
 Group:          System Environment/Base
@@ -10,10 +10,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel pciutils-devel libx86-devel
-# does not build on ppc and ppc64, see #285361 (RedHat Bugzilla)
+# does not build on ppc, ppc64 and sparc arches, see #285361 (RedHat Bugzilla)
 # on ppc sys/io.h is missing, on ppc64 there are more complaints
 # build.logs are attached in the bug report
-ExcludeArch:    ppc ppc64
+ExcludeArch:    ppc ppc64 %{sparc}
 # vbetool is included in (some of) these pm-utils releases
 Conflicts:      pm-utils <= 0.99.3-11
 
@@ -49,6 +49,9 @@
 
 
 %changelog
+* Wed Jan 14 2009 Dennis Gilmore <dennis at ausil.us> - 1.1-2
+- exclude sparc arches missing sys/io.h
+
 * Mon May 19 2008 Matthew Garrett <mjg at redhat.com> - 1.1-1
 - update to version 1.1
 




More information about the fedora-extras-commits mailing list