public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David King <amigadave@amigadave.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Use pkgconfig for BuildRequires
Date: Tue, 11 Aug 2026 10:36:17 GMT	[thread overview]
Message-ID: <178644457719.1.466021232409422852.rpms-glib2-921221862274@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : 92122186227468706f1a09d28c80b76e2869b071
            Author : David King <amigadave@amigadave.com>
            Date   : 2017-03-01T22:37:01+00:00
            Stats  : +10/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/92122186227468706f1a09d28c80b76e2869b071?branch=cve-2026-58016-f44

            Log:
            Use pkgconfig for BuildRequires

https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires

---
diff --git a/glib2.spec b/glib2.spec
index 901b112..406d8e7 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -12,25 +12,24 @@ License: LGPLv2+
 URL: http://www.gtk.org
 Source0: http://download.gnome.org/sources/glib/2.51/glib-%{version}.tar.xz
 
-BuildRequires: perl-generators
-BuildRequires: pkgconfig
+BuildRequires: chrpath
 BuildRequires: gettext
-BuildRequires: libattr-devel
-BuildRequires: libmount-devel
-BuildRequires: libselinux-devel
-BuildRequires: pkgconfig(libpcre)
+BuildRequires: perl-generators
 # for sys/inotify.h
 BuildRequires: glibc-devel
-BuildRequires: zlib-devel
+BuildRequires: libattr-devel
+BuildRequires: libselinux-devel
 # for sys/sdt.h
 BuildRequires: systemtap-sdt-devel
+BuildRequires: pkgconfig(libelf)
+BuildRequires: pkgconfig(libffi)
+BuildRequires: pkgconfig(libpcre)
+BuildRequires: pkgconfig(mount)
+BuildRequires: pkgconfig(zlib)
 # Bootstrap build requirements
 BuildRequires: automake autoconf libtool
 BuildRequires: gtk-doc
 BuildRequires: python3-devel
-BuildRequires: libffi-devel
-BuildRequires: elfutils-libelf-devel
-BuildRequires: chrpath
 
 # Needed for get_session_address_dbus_launch() in gio/gdbusaddress.c
 # https://bugzilla.redhat.com/show_bug.cgi?id=927212
@@ -234,6 +233,7 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
 * Wed Mar 01 2017 David King <amigadave@amigadave.com> - 2.51.4-1
 - Update to 2.51.4
 - Add a Requires on dbus-launch (#927212)
+- Use pkgconfig for BuildRequires
 
 * Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 2.51.2-1
 - Update to 2.51.2

                 reply	other threads:[~2026-08-11 10:36 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=178644457719.1.466021232409422852.rpms-glib2-921221862274@fedoraproject.org \
    --to=amigadave@amigadave.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