From c05b0b2d25dcbb08c3d3c1e08b0662eed9386ea0942031039b2fdacd4ab25912 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Fri, 11 Dec 2015 03:17:45 +0000 Subject: [PATCH] Accepting request 348253 from home:elvigia:branches:network:utilities - Enable netlink support, requires libnl3. OBS-URL: https://build.opensuse.org/request/show/348253 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=161 --- wireshark.changes | 5 +++++ wireshark.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wireshark.changes b/wireshark.changes index 0d0123c..f6f1eab 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 10 16:10:04 UTC 2015 - crrodriguez@opensuse.org + +- Enable netlink support, requires libnl3. + ------------------------------------------------------------------- Thu Nov 19 07:37:08 UTC 2015 - astieger@suse.com diff --git a/wireshark.spec b/wireshark.spec index defdfbf..a0c85c6 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -115,7 +115,9 @@ BuildConflicts: libgnutls-devel >= 3.0.0 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -# +BuildRequires: pkgconfig(libnl-3.0) +BuildRequires: pkgconfig(libnl-genl-3.0) +BuildRequires: pkgconfig(libnl-route-3.0) Requires: wireshark-ui = %{version} %description