public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Don't run gio-querymodules* in %postun if it no longer exists.
@ 2026-08-11 10:34 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-11 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 8030ac8011c6859221afa37d053c978d0cd254a1
Author : Ville Skyttä <ville.skytta@iki.fi>
Date   : 2011-01-24T20:25:12+02:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/8030ac8011c6859221afa37d053c978d0cd254a1?branch=cve-2026-58016-f44

Log:
Don't run gio-querymodules* in %postun if it no longer exists.

---
diff --git a/glib2.spec b/glib2.spec
index b60e9bb..bc9509c 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.27.92
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -101,6 +101,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 
 %postun
 /sbin/ldconfig
+[ ! -x %{_bindir}/gio-querymodules-%{__isa_bits} ] || \
 gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 
 
@@ -165,6 +166,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
 
 
 %changelog
+* Mon Jan 24 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.27.92-2
+- Don't run gio-querymodules* in %%postun if it no longer exists.
+
 * Sat Jan 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
 - Update to 2.27.92
 - Drop update-gio-modules wrapper

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

only message in thread, other threads:[~2026-08-11 10:34 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:34 [rpms/glib2] cve-2026-58016-f44: Don't run gio-querymodules* in %postun if it no longer exists 

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