public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Remove the dependency on dbus-launch again
@ 2026-08-11 10:36 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 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 : d0061dc7741a0d5d24174615f4780fef3927536d
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2017-03-02T09:38:50+01:00
            Stats  : +4/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/d0061dc7741a0d5d24174615f4780fef3927536d?branch=cve-2026-58016-f44

            Log:
            Remove the dependency on dbus-launch again

This would have forced an X11 dependency for all of the low level
programs that link with glib, which is a no go.

The dbus dependency needs to be added in apps that use the functionality
instead.

https://bugzilla.redhat.com/show_bug.cgi?id=927212

---
diff --git a/glib2.spec b/glib2.spec
index 406d8e7..28599f4 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -5,7 +5,7 @@
 
 Name: glib2
 Version: 2.51.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A library of handy utility functions
 
 License: LGPLv2+
@@ -31,9 +31,6 @@ BuildRequires: automake autoconf libtool
 BuildRequires: gtk-doc
 BuildRequires: python3-devel
 
-# Needed for get_session_address_dbus_launch() in gio/gdbusaddress.c
-# https://bugzilla.redhat.com/show_bug.cgi?id=927212
-Requires:   /usr/bin/dbus-launch
 # for GIO content-type support
 Recommends: shared-mime-info
 
@@ -230,6 +227,9 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
 %{_datadir}/installed-tests
 
 %changelog
+* Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 2.51.4-2
+- Remove the dependency on dbus-launch again (#927212)
+
 * 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)

^ 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: Remove the dependency on dbus-launch again Kalev Lember

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