!8 add BuildRequires of dbus-daemon to fix the error dbus-run-session not found

From: @zhangwenlong01 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2023-02-07 01:50:39 +00:00 committed by Gitee
commit 7cab46164e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhangwenlong@loongson.cn> - 0.112-3
- add BuildRequires of dbus-daemon to fix the error dbus-run-session not found
* Thu Jun 2 2022 Chenyx <chenyixiong3@huawei.com> - 0.112-2
- License compliance rectification