public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Explicitly require system pcre, though we happened to default to this now
@ 2026-08-11 10:36 Colin Walters
  0 siblings, 0 replies; only message in thread
From: Colin Walters @ 2026-08-11 10:36 UTC (permalink / raw)
  To: git-commits

          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
 

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

only message in thread, other threads:[~2026-08-11 10:36 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:36 [rpms/glib2] cve-2026-58016-f44: Explicitly require system pcre, though we happened to default to this now Colin Walters

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