add BuildRequires of dbus-daemon to fix the error dbus-run-session not found
This commit is contained in:
parent
57b5aeeb54
commit
5f30239ed5
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user