public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Colin Walters <walters@verbum.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Explicitly require system pcre, though we happened to default to this now
Date: Tue, 11 Aug 2026 10:36:04 GMT [thread overview]
Message-ID: <178644456405.1.12572781635040081990.rpms-glib2-c1a8bc0c279d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : c1a8bc0c279dd662e31ca0975e4f24aece22d71a
Author : Colin Walters <walters@verbum.org>
Date : 2016-04-06T16:38:25-04:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/c1a8bc0c279dd662e31ca0975e4f24aece22d71a?branch=cve-2026-58016-f44
Log:
Explicitly require system pcre, though we happened to default to this now
anyways due to something else pulling PCRE into the buildroot
Closes rhbz#1287266
---
diff --git a/glib2.spec b/glib2.spec
index 27772fc..782ae97 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -4,7 +4,7 @@ Summary: A library of handy utility functions
Name: glib2
# git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
Version: 2.48.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -15,6 +15,7 @@ BuildRequires: pkgconfig
BuildRequires: gettext
BuildRequires: libattr-devel
BuildRequires: libselinux-devel
+BuildRequires: pkgconfig(libpcre)
# for sys/inotify.h
BuildRequires: glibc-devel
BuildRequires: zlib-devel
@@ -88,6 +89,7 @@ the functionality of the installed glib2 package.
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
--with-python=/usr/bin/python \
+ --with-pcre=system \
--enable-systemtap \
--enable-static \
--enable-installed-tests
@@ -229,6 +231,11 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
%{_datadir}/installed-tests
%changelog
+* Wed Apr 06 2016 Colin Walters <walters@redhat.com> - 2.48.0-2
+- Explicitly require system pcre, though we happened to default to this now
+ anyways due to something else pulling PCRE into the buildroot
+ Closes rhbz#1287266
+
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.48.0-1
- Update to 2.48.0
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=178644456405.1.12572781635040081990.rpms-glib2-c1a8bc0c279d@fedoraproject.org \
--to=walters@verbum.org \
--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