X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=blobdiff_plain;f=libvirt.spec;h=d0107545c7754492dc8619dcea7d8a0bc11d7757;hp=e8f3529fad9b732a1cefab93e6ebc515d3d47b4f;hb=bdb0265f754f4a969b36ee8a5456721f2ca93c89;hpb=41166dee620647910fe7ba19b365ce28f9a3b6f7;ds=sidebyside 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