From 4eee8bba8db630ae1f56218d7143edf8e2dca9c7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 8 Nov 2021 10:32:45 -0500 Subject: [PATCH] Fix missing bundled provides Signed-off-by: Stephen Gallagher --- nodejs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs.spec b/nodejs.spec index d12857f..1b290b1 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -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