From 8b45e08b5eaa2f40e2dbcd56b88ed0b79ac3bf50f401f32970812133fca26256 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 8 Sep 2011 16:22:48 +0000 Subject: [PATCH] disable netcf support in libvirt OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=146 --- libvirt.changes | 6 ++++++ libvirt.spec | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 3a9ee6e..eb6a1e4 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 8 10:21:11 MDT 2011 - jfehlig@suse.com + +- netcf is buggy and not well maintained in SUSE. Disable it in + libvirt + ------------------------------------------------------------------- Thu Sep 8 10:15:32 MDT 2011 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 8624456..da54944 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -134,11 +134,6 @@ %define with_capng 0%{!?_without_capng:1} %endif -# netcf is used to manage network interfaces in 11.4 or newer -%if 0%{?suse_version} >= 1140 -%define with_netcf 0%{!?_without_netcf:%{server_drivers}} -%endif - # Enable yajl library for JSON mode with QEMU in 11.4 or newer %if 0%{?suse_version} >= 1140 %define with_yajl 0%{!?_without_yajl:%{server_drivers}}