Fix missing bundled provides

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2021-11-08 10:32:45 -05:00
parent af7e633b53
commit 4eee8bba8d
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ Requires: libnghttp2 >= %{nghttp2_version}
%define nghttp2_configure --shared-nghttp2
%else
%define nghttp2_configure %{nil}
Provides: bundled(nghttp2) = %{nghttp2_version}
%endif
%endif