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:
parent
e48979ae7d
commit
68aa91d2e5
@ -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
|
Wed Dec 4 10:43:28 MST 2013 - jfehlig@suse.com
|
||||||
|
|
||||||
|
10
libvirt.spec
10
libvirt.spec
@ -308,10 +308,14 @@ BuildRequires: sanlock-devel >= 2.4
|
|||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_libnl}
|
%if %{with_libnl}
|
||||||
%if 0%{?suse_version} < 1210
|
%if 0%{?suse_version} >= 1310
|
||||||
BuildRequires: libnl-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
|
%else
|
||||||
|
%if 0%{?suse_version} >= 1210
|
||||||
|
BuildRequires: libnl-1_1-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libnl-devel
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{with_avahi}
|
%if %{with_avahi}
|
||||||
|
Loading…
Reference in New Issue
Block a user