rpms/libguestfs/devel libguestfs.spec,1.10,1.11

Richard W.M. Jones rjones at fedoraproject.org
Mon May 18 16:49:28 UTC 2009


Author: rjones

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

Modified Files:
	libguestfs.spec 
Log Message:
Experimentally try to reenable ppc and ppc64 builds.


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/devel/libguestfs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- libguestfs.spec	18 May 2009 16:34:39 -0000	1.10
+++ libguestfs.spec	18 May 2009 16:48:57 -0000	1.11
@@ -4,17 +4,13 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.26
-Release:     1%{?dist}
+Release:     2%{?dist}
 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 non-x86 because of this error:
-# "qemu: linux kernel too old to load a ram disk"
-ExclusiveArch: %{ix86} x86_64
-
 # Basic build requirements:
 BuildRequires: /usr/bin/pod2man
 BuildRequires: /usr/bin/pod2text
@@ -270,7 +266,7 @@ make INSTALLDIRS=vendor %{?_smp_mflags}
 
 
 %check
-#make check
+make check
 
 
 %install
@@ -430,6 +426,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 18 2009 Richard Jones <rjones at redhat.com> - 1.0.26-2
+- Experimentally try to reenable ppc and ppc64 builds.
+
 * Mon May 18 2009 Richard Jones <rjones at redhat.com> - 1.0.26-1
 - New upstream version 1.0.26.
 




More information about the scm-commits mailing list