From e2efd77312a7e8d4c9ea922f2c20f3c58b6ef6e1 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Fri, 13 Jan 2023 09:50:03 +0800 Subject: [PATCH] fix build error dbus-daemon: command not found (cherry picked from commit 5889c02cba1d96e84108f41f5dc3d50dd1791fed) --- telepathy-logger.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/telepathy-logger.spec b/telepathy-logger.spec index 74cf018..0f8de42 100644 --- a/telepathy-logger.spec +++ b/telepathy-logger.spec @@ -1,6 +1,6 @@ Name: telepathy-logger Version: 0.8.2 -Release: 13 +Release: 14 Summary: Centralized Logging for the Telepathy Framework License: LGPLv2+ @@ -12,6 +12,8 @@ Patch0: 0001-tools-Fix-the-build-with-Python-3.patch BuildRequires: dbus-devel dbus-glib-devel glib2-devel gnome-doc-utils BuildRequires: gobject-introspection-devel intltool libxml2-devel BuildRequires: sqlite-devel telepathy-glib-devel git python3 +BuildRequires: dbus-daemon + Requires: telepathy-filesystem %description @@ -82,6 +84,12 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &>/dev/null | %{_datadir}/gtk-doc/html/telepathy-logger/* %changelog +* Fri Jan 13 2023 Wenlong Zhang - 0.8.2-14 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix build error dbus-daemon: command not found + * Thu Oct 29 2020 jinzhimin - 0.8.2-13 - Type:bugfix - ID:NA