From 5f30239ed5ea096b40a1644ac721c0f60f486ed8 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Tue, 31 Jan 2023 19:29:51 +0800 Subject: [PATCH] add BuildRequires of dbus-daemon to fix the error dbus-run-session not found --- dbus-glib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dbus-glib.spec b/dbus-glib.spec index 6e11db1..3491449 100644 --- a/dbus-glib.spec +++ b/dbus-glib.spec @@ -1,6 +1,6 @@ Name: dbus-glib Version: 0.112 -Release: 2 +Release: 3 Summary: GLib bindings for DBUS License: AFL-2.1 and GPLv2+ URL: http://www.freedesktop.org/software/dbus/ @@ -8,6 +8,7 @@ Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar. BuildRequires: gcc gettext chrpath BuildRequires: pkgconfig(dbus-1) >= 1.8 pkgconfig(glib-2.0) >= 2.40.0 expat-devel >= 1.95.5 +BuildRequires: dbus-daemon %description The D-Bus GLib package contains GLib interfaces to the D-Bus API. @@ -73,6 +74,9 @@ make check %{_datadir}/gtk-doc/html/%{name} %changelog +* Mon Jan 30 2023 Wenlong Zhang - 0.112-3 +- add BuildRequires of dbus-daemon to fix the error dbus-run-session not found + * Thu Jun 2 2022 Chenyx - 0.112-2 - License compliance rectification