Accepting request 1168861 from GNOME:Next

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

    `GCancellable`s.

OBS-URL: https://build.opensuse.org/request/show/1168861
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=540
This commit is contained in:
2024-04-18 13:58:09 +00:00
committed by Git OBS Bridge
parent 66ca3aba34
commit 095cb9f755
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