public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Add missing requires to glib2-static subpackage
@ 2026-08-11 10:37 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-08-11 10:37 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : 5653dff1816e4bee3c3fdbcc00f2fea73a282093
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2022-07-26T10:04:13+02:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/5653dff1816e4bee3c3fdbcc00f2fea73a282093?branch=cve-2026-58016-f44

            Log:
            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
<pbonzini@redhat.com> 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}.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-11 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:37 [rpms/glib2] cve-2026-58016-f44: Add missing requires to glib2-static subpackage Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox