SHA256
1
0
forked from pool/libvirt

- Remove unconditional define of 'with_netcontrol'

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=202
This commit is contained in:
James Fehlig 2012-03-26 19:02:33 +00:00 committed by Git OBS Bridge
parent 61bad01df3
commit 16e7b0f5e2
2 changed files with 6 additions and 1 deletions

View File

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

View File

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