File project.diff of Package ndpi
--- ndpi.changes.orig
+++ ndpi.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Sat Oct 8 10:23:41 UTC 2022 - Martin Hauke <mardnh@gmx.de>
+
+- Use hyperscan-devel instead of 'pkgconfig(libhs)' to prevent:
+ "unresolvable: have choice for pkgconfig(libhs): hyperscan-devel
+ vectorscan-devel"
+
+-------------------------------------------------------------------
Thu Aug 26 16:30:53 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>
- Add conflicts for ndpi-common package, as version 3 did not follow
--- ndpi.spec.orig
+++ ndpi.spec
@@ -1,7 +1,7 @@
#
# spec file for package ndpi
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2017-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -46,7 +46,7 @@ BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(json-c)
%if 0%{with hyperscan}
-BuildRequires: pkgconfig(libhs)
+BuildRequires: hyperscan-devel
%endif
%description
@@ -72,7 +72,7 @@ Summary: Development headers for
Group: Development/Libraries/C and C++
Requires: libndpi%{sover} = %{version}
%if 0%{with hyperscan}
-Requires: pkgconfig(libhs)
+Requires: hyperscan-devel
%endif
%description -n libndpi-devel