[fedora-virt-maint] rpms/libvirt/devel libvirt.spec,1.196,1.197

Daniel P. Berrange berrange at fedoraproject.org
Wed Nov 11 18:11:49 UTC 2009


Author: berrange

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

Modified Files:
	libvirt.spec 
Log Message:
Disable numactl on s390[x]


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -p -r1.196 -r1.197
--- libvirt.spec	11 Nov 2009 15:33:52 -0000	1.196
+++ libvirt.spec	11 Nov 2009 18:11:49 -0000	1.197
@@ -72,6 +72,10 @@
 %define with_xen 0
 %endif
 
+# Numactl is not available on s390[x]
+%ifarch s390 s390x
+%define with_numactl 0
+%endif
 
 # RHEL doesn't ship OpenVZ, VBox, UML, OpenNebula, PowerHypervisor or ESX
 %if 0%{?rhel}
@@ -151,7 +155,7 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.7.2
-Release: 4%{?dist}%{?extra_release}
+Release: 5%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -792,6 +796,9 @@ fi
 %endif
 
 %changelog
+* Wed Nov 11 2009 Daniel P. Berrange <berrange at redhat.com> - 0.7.2-5
+- Disable numactl on s390[x]. Again.
+
 * Wed Nov 11 2009 Daniel P. Berrange <berrange at redhat.com> - 0.7.2-4
 - Fix QEMU save/restore permissions / labelling
 




More information about the Fedora-virt-maint mailing list