From b905305de10a5467e9a2a9f6c9756c96a8adf8c77c54da6ae65394305c0a5a57 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 17 Oct 2013 20:18:18 +0000 Subject: [PATCH] - Use newer libnl3 instead of libnl-1_1 bnc#845540 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=312 --- libvirt.changes | 6 ++++++ libvirt.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index 86abbbd..06e30bf 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 17 14:14:46 MDT 2013 - jfehlig@suse.com + +- Use newer libnl3 instead of libnl-1_1 + bnc#845540 + ------------------------------------------------------------------- Mon Oct 14 22:20:41 MDT 2013 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index f870a1d..29e76b3 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -314,7 +314,7 @@ BuildRequires: libpcap-devel %if 0%{?suse_version} < 1210 BuildRequires: libnl-devel %else -BuildRequires: libnl-1_1-devel +BuildRequires: libnl3-devel %endif %endif %if %{with_avahi}