SHA256
1
0
forked from pool/libvirt

- Use newer libnl3 instead of libnl-1_1

bnc#845540

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=312
This commit is contained in:
James Fehlig 2013-10-17 20:18:18 +00:00 committed by Git OBS Bridge
parent e9ae5f7966
commit b905305de1
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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}