SHA256
1
0
forked from pool/libvirt

- Link with same versions of libnl used by netcontrol to prevent

crashing libvirtd on start

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=333
This commit is contained in:
James Fehlig 2013-12-04 21:31:09 +00:00 committed by Git OBS Bridge
parent e48979ae7d
commit 68aa91d2e5
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 4 14:28:14 MST 2013 - jfehlig@suse.com
- Link with same versions of libnl used by netcontrol to prevent
crashing libvirtd on start
-------------------------------------------------------------------
Wed Dec 4 10:43:28 MST 2013 - jfehlig@suse.com

View File

@ -308,10 +308,14 @@ BuildRequires: sanlock-devel >= 2.4
BuildRequires: libpcap-devel
%endif
%if %{with_libnl}
%if 0%{?suse_version} < 1210
BuildRequires: libnl-devel
%else
%if 0%{?suse_version} >= 1310
BuildRequires: libnl3-devel
%else
%if 0%{?suse_version} >= 1210
BuildRequires: libnl-1_1-devel
%else
BuildRequires: libnl-devel
%endif
%endif
%endif
%if %{with_avahi}