rpms/libvirt/devel libvirt.spec,1.177,1.178

Daniel Veillard veillard at fedoraproject.org
Thu Sep 17 13:30:51 UTC 2009


Author: veillard

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

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



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -p -r1.177 -r1.178
--- libvirt.spec	17 Sep 2009 12:32:32 -0000	1.177
+++ libvirt.spec	17 Sep 2009 13:30:50 -0000	1.178
@@ -69,6 +69,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}
@@ -147,7 +151,7 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.7.1
-Release: 2%{?dist}%{?extra_release}
+Release: 3%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -759,6 +763,9 @@ fi
 %endif
 
 %changelog
+* Thu Sep 17 2009 Daniel Veillard <veillard at redhat.com> - 0.7.1-3
+- disable numactl on s390[x]
+
 * Thu Sep 17 2009 Daniel Veillard <veillard at redhat.com> - 0.7.1-2
 - revamp of spec file for modularity and RHELs
 




More information about the fedora-extras-commits mailing list