From 68aa91d2e570b7261fd136adc8ef0639988925137296d85d1da70845252faec5 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 4 Dec 2013 21:31:09 +0000 Subject: [PATCH] - 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 --- libvirt.changes | 6 ++++++ libvirt.spec | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 7915ef3..681767d 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -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 diff --git a/libvirt.spec b/libvirt.spec index 5ac4ebf..8a8d119 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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}