!9 [sync] PR-6: fix build error dbus-daemon: command not found

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-02-08 01:24:57 +00:00 committed by Gitee
commit 62abc15cd3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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<zhangwenlong@loongson.cn> - 0.8.2-14
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix build error dbus-daemon: command not found
* Thu Oct 29 2020 jinzhimin <jinzhimin2@huawei.com> - 0.8.2-13
- Type:bugfix
- ID:NA