From 5653dff1816e4bee3c3fdbcc00f2fea73a282093 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jul 26 2022 08:04:13 +0000 Subject: Add missing requires to glib2-static subpackage Add pcre2-static and sysprof-capture-static requires that are needed for linking with the static subpackage. Pointed out by Paolo Bonzini on Fedora devel mailing list. --- diff --git a/glib2.spec b/glib2.spec index a282743..baa08d1 100644 --- a/glib2.spec +++ b/glib2.spec @@ -80,6 +80,8 @@ The glib2-doc package includes documentation for the GLib library. %package static Summary: glib static Requires: %{name}-devel = %{version}-%{release} +Requires: pcre2-static +Requires: sysprof-capture-static %description static The %{name}-static subpackage contains static libraries for %{name}.