rpms/libguestfs/EL-5 libguestfs.spec,1.11,1.12

Richard W.M. Jones rjones at fedoraproject.org
Wed May 27 17:18:49 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5389

Modified Files:
	libguestfs.spec 
Log Message:
Fails to build on PPC.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- libguestfs.spec	27 May 2009 16:19:21 -0000	1.11
+++ libguestfs.spec	27 May 2009 17:18:17 -0000	1.12
@@ -4,13 +4,17 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.34
-Release:     1%{?dist}
+Release:     1%{?dist}.1
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://et.redhat.com/~rjones/libguestfs/
 Source0:     http://et.redhat.com/~rjones/libguestfs/files/%{name}-%{version}.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
 
+# Currently fails on PPC because:
+# "No Package Found for kernel"
+ExclusiveArch: %{ix86} x86_64
+
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
 BuildRequires: /usr/bin/pod2text
@@ -447,6 +451,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 27 2009 Richard Jones <rjones at redhat.com> - 1.0.34-1.el5.1
+- Fails to build on PPC.
+
 * Wed May 27 2009 Richard Jones <rjones at redhat.com> - 1.0.34-1
 - Backport 1.0.34 from devel to EPEL.
 - There should now be a working qemu in EPEL (0.10.5).




More information about the scm-commits mailing list