Bug ID | 1125689 |
---|---|
Summary | nghttp2 mistake in spec file |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | holgerbruenjes@gmx.net |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
in spec file from nghttp2-1.36.0-1.2.src.rpm and before the devel package require not the libnghttp2-asio correct require was libnghttp2 see pkgconfig file Libs: -L${libdir} -lnghttp2 %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