From: Thierry Parmentelat Date: Mon, 4 Mar 2013 14:36:04 +0000 (+0100) Subject: redo previous change, objective is to turn off fuse on f18 X-Git-Tag: libvirt-1.0.2-2~1 X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=commitdiff_plain;h=bdb0265f754f4a969b36ee8a5456721f2ca93c89;hp=41166dee620647910fe7ba19b365ce28f9a3b6f7 redo previous change, objective is to turn off fuse on f18 --- diff --git a/libvirt.spec b/libvirt.spec index e8f3529..d010754 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -28,6 +28,9 @@ %define _without_esx true %define _without_libxl true +# turn this off even on f18 as an attempt to get back /proc/meminfo +%define _without_fuse true + %define enable_autotools 1 # If neither fedora nor rhel was defined, try to guess them from %{dist} @@ -234,10 +237,10 @@ %define with_capng 0%{!?_without_capng:1} %endif -### # fuse is used to provide virtualized /proc for LXC -### %if 0%{?fedora} >= 17 || 0%{?rhel} >= 7 -### %define with_fuse 0%{!?_without_fuse:1} -### %endif +# fuse is used to provide virtualized /proc for LXC +%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7 + %define with_fuse 0%{!?_without_fuse:1} +%endif # netcf is used to manage network interfaces in Fedora 12 / RHEL-6 or newer %if 0%{?fedora} >= 12 || 0%{?rhel} >= 6