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