From 160d403fee4bcc60e2ca35376259ba3bcb3091e302b77f17208d677b2b6c08f6 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 7 Jan 2020 07:54:42 +0000 Subject: [PATCH] Accepting request 760409 from home:mnhauke:security - Add hyperscan-devel as dependency to libndpi-devel OBS-URL: https://build.opensuse.org/request/show/760409 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/ndpi?expand=0&rev=15 --- ndpi.changes | 5 +++++ ndpi.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ndpi.changes b/ndpi.changes index 7a4e024..b502cdf 100644 --- a/ndpi.changes +++ b/ndpi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 2 11:50:52 UTC 2020 - Martin Hauke + +- Add hyperscan-devel as dependency to libndpi-devel + ------------------------------------------------------------------- Wed Dec 25 10:13:32 UTC 2019 - Martin Hauke diff --git a/ndpi.spec b/ndpi.spec index df3218f..5a10a58 100644 --- a/ndpi.spec +++ b/ndpi.spec @@ -1,7 +1,7 @@ # # spec file for package ndpi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -65,6 +65,9 @@ un-necessary for network traffic monitoring. Summary: Development headers for nNDPI Group: Development/Libraries/C and C++ Requires: libndpi%{sover} = %{version} +%if 0%{with hyperscan} +Requires: pkgconfig(libhs) +%endif %description -n libndpi-devel nDPI is a ntop-maintained superset of the OpenDPI library. It extends