From 16e7b0f5e2dd15c64736d06fc8c3d86a29c4946888e0eba770c0bf9990243cf5 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Mon, 26 Mar 2012 19:02:33 +0000 Subject: [PATCH] - Remove unconditional define of 'with_netcontrol' OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=202 --- libvirt.changes | 5 +++++ libvirt.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index a68b849..e893278 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 26 12:59:04 MDT 2012 - jfehlig@suse.com + +- Remove unconditional define of 'with_netcontrol' + ------------------------------------------------------------------- Thu Feb 16 09:59:52 MST 2012 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index be4ea77..1c8a62b 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # For now, default to a full server + client build %define client_only 0 @@ -267,7 +268,6 @@ BuildRequires: libcap-ng-devel >= 0.5.0 %if %{with_netcf} BuildRequires: netcf-devel >= 0.1.4 %endif -%define with_netcontrol 1 %if %{with_netcontrol} BuildRequires: libnetcontrol-devel >= 0.2.0 %endif