From 6f0c3f5fbc2d4a8cb361fe082367b449e786fc27d080fb0bc80b8933d6ba16c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 Jul 2024 07:36:53 +0000 Subject: [PATCH] - make devel package require also gnutls variant of the library OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ngtcp2?expand=0&rev=17 --- ngtcp2.changes | 5 +++++ ngtcp2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/ngtcp2.changes b/ngtcp2.changes index 77e32c3..037f605 100644 --- a/ngtcp2.changes +++ b/ngtcp2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 1 22:03:43 UTC 2024 - Michal Hrusecky + +- make devel package require also gnutls variant of the library + ------------------------------------------------------------------- Mon Jun 17 18:14:22 UTC 2024 - Dirk Müller diff --git a/ngtcp2.spec b/ngtcp2.spec index 080034e..9ae10d3 100644 --- a/ngtcp2.spec +++ b/ngtcp2.spec @@ -64,6 +64,7 @@ Python bindings for implementation of QUIC Protocol %package -n %{soname}-devel Summary: Development files for ngtcp2 Group: Development/Languages/C and C++ +Requires: %{gnutls_soname}%{gnutls_sover} = %{version} Requires: %{soname}-%{sover} = %{version} Provides: %{name}-devel