From bdb0265f754f4a969b36ee8a5456721f2ca93c89 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 4 Mar 2013 15:36:04 +0100 Subject: [PATCH] redo previous change, objective is to turn off fuse on f18 --- libvirt.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.43.0