mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Fix missing bundled provides
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
af7e633b53
commit
4eee8bba8d
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ Requires: libnghttp2 >= %{nghttp2_version}
|
||||||
%define nghttp2_configure --shared-nghttp2
|
%define nghttp2_configure --shared-nghttp2
|
||||||
%else
|
%else
|
||||||
%define nghttp2_configure %{nil}
|
%define nghttp2_configure %{nil}
|
||||||
|
Provides: bundled(nghttp2) = %{nghttp2_version}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue