Accepting request 1168889 from GNOME:Factory

- require dbus-launch only if dbus-service is wanted. This helps
  with stripping down container-only builds

    `GCancellable`s. (forwarded request 1168861 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1168889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=277
This commit is contained in:
Ana Guerrero 2024-04-19 17:13:18 +00:00 committed by Git OBS Bridge
commit 8d77aeb169
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 2 16:17:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- require dbus-launch only if dbus-service is wanted. This helps
with stripping down container-only builds
-------------------------------------------------------------------
Mon Mar 18 12:25:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
@ -847,7 +853,7 @@ Thu Jul 7 11:59:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
+ Use a numeric space (U+2007) for padding with some
`g_date_time_format()` placeholders.
+ Fix a slow memory leak in `GSocketClient` when using long-lived
`GCancellable`s.
`GCancellable`s.
-------------------------------------------------------------------
Sun Jul 3 23:43:59 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>

View File

@ -232,7 +232,7 @@ Group: System/Libraries
# bnc#555605: shared-mime-info is required by libgio to properly detect mime types, but not during build
#!BuildIgnore: shared-mime-info
# bnc#678518: libgio interacts with others by means of dbus-launch
Requires: %{_bindir}/dbus-launch
Requires: (%{_bindir}/dbus-launch if dbus-service)
Requires: %{name}-tools
Requires: gio-branding = %{version}
Requires: shared-mime-info