diff --git a/libvirt.spec b/libvirt.spec index 0370d73..5b54664 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -243,13 +243,6 @@ BuildRequires: libssh2-devel %if %{with_yajl} BuildRequires: libyajl-devel %endif -%if %{with_macvtap} -%if 0%{?suse_version} < 1210 -BuildRequires: libnl-devel -%else -BuildRequires: libnl-1_1-devel -%endif -%endif %if %{with_esx} BuildRequires: libcurl-devel %endif @@ -274,8 +267,12 @@ BuildRequires: ebtables BuildRequires: libpcap-devel %endif %if %{with_libnl} +%if 0%{?suse_version} < 1210 +BuildRequires: libnl-devel +%else BuildRequires: libnl-1_1-devel %endif +%endif %if %{with_storage_fs} # For mount/umount in FS driver BuildRequires: util-linux