disable netcf support in libvirt

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=146
This commit is contained in:
James Fehlig 2011-09-08 16:22:48 +00:00 committed by Git OBS Bridge
parent 5e36c74f7b
commit 8b45e08b5e
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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}}