public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Add full path redirect output to null and || : to triggers.
@ 2026-08-11 10:35 Kevin Fenzi
  0 siblings, 0 replies; only message in thread
From: Kevin Fenzi @ 2026-08-11 10:35 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 7473b58ac48e0d8495b36d34d4f8b6fe0e79949e
Author : Kevin Fenzi <kevin@scrye.com>
Date   : 2015-11-09T20:36:49-07:00
Stats  : +8/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/7473b58ac48e0d8495b36d34d4f8b6fe0e79949e?branch=cve-2026-58016-f44

Log:
Add full path redirect output to null and || : to triggers.

---
diff --git a/glib2.spec b/glib2.spec
index 5d0e4b5..9eca050 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.47.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -131,16 +131,16 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
 %postun -p /sbin/ldconfig
 
 %transfiletriggerin -- %{_libdir}/gio/modules
-gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
+/bin/gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
 
 %transfiletriggerpostun -- %{_libdir}/gio/modules
-gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
+/bin/gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
 
 %transfiletriggerin -- %{_datadir}/glib-2.0/schemas
-glib-compile-schemas %{_datadir}/glib-2.0/schemas
+/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %transfiletriggerpostun -- %{_datadir}/glib-2.0/schemas
-glib-compile-schemas %{_datadir}/glib-2.0/schemas
+/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f glib20.lang
 %{!?_licensedir:%global license %%doc}
@@ -223,6 +223,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_datadir}/installed-tests
 
 %changelog
+* Mon Nov 09 2015 Kevin Fenzi <kevin@scrye.com> - 2.47.1-2
+- Add full path redirect output to null and || : to triggers.
+
 * Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.47.1-1
 - Update to 2.47.1
 

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

only message in thread, other threads:[~2026-08-11 10:35 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:35 [rpms/glib2] cve-2026-58016-f44: Add full path redirect output to null and || : to triggers Kevin Fenzi

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