From 5ad80eca57e47a506836254db13e30a3beb92516b128b990fa43b86cf0dd2e59 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 16 Sep 2011 19:12:10 +0000 Subject: [PATCH] fix build for 11.4 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=156 --- libvirt.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index 9930122..05c0426 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -244,6 +244,9 @@ BuildRequires: libssh2-devel BuildRequires: libyajl-devel %endif %if %{with_macvtap} +%if 0%{?suse_version} < 1210 +BuildRequires: libnl-devel +%else BuildRequires: libnl-1_1-devel %endif %if %{with_esx}