From 5b8cf27be94fd40f03e3fc0ebde88734eb8cc969f6dd8d7e899197b60579a2e5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 19 Aug 2019 12:28:04 +0000 Subject: [PATCH] - Require correct library from devel package - boo#1125689 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=95 --- nghttp2.changes | 5 +++++ nghttp2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nghttp2.changes b/nghttp2.changes index 11c2836..b53d1e2 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 19 12:27:38 UTC 2019 - Martin Pluskal + +- Require correct library from devel package - boo#1125689 + ------------------------------------------------------------------- Tue Aug 13 13:22:01 UTC 2019 - Martin Pluskal diff --git a/nghttp2.spec b/nghttp2.spec index d203365..89df79e 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -105,7 +105,7 @@ Python bindings for implementation of Hypertext Transfer Protocol version %package -n %{soname}-devel Summary: Development files for nghttp2 Group: Development/Languages/C and C++ -Requires: %{soname_asio}%{sover_asio} = %{version} +Requires: %{soname}-%{sover} = %{version} Provides: %{name}-devel %description -n %{soname}-devel