public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Add missing requires to glib2-static subpackage
Date: Tue, 11 Aug 2026 10:37:45 GMT	[thread overview]
Message-ID: <178644466504.1.7894475253754717047.rpms-glib2-5653dff1816e@fedoraproject.org> (raw)

            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}.

                 reply	other threads:[~2026-08-11 10:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178644466504.1.7894475253754717047.rpms-glib2-5653dff1816e@fedoraproject.org \
    --to=klember@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox