!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:
commit
7cab46164e
@ -1,6 +1,6 @@
|
|||||||
Name: dbus-glib
|
Name: dbus-glib
|
||||||
Version: 0.112
|
Version: 0.112
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: GLib bindings for DBUS
|
Summary: GLib bindings for DBUS
|
||||||
License: AFL-2.1 and GPLv2+
|
License: AFL-2.1 and GPLv2+
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
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: gcc gettext chrpath
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.8 pkgconfig(glib-2.0) >= 2.40.0 expat-devel >= 1.95.5
|
BuildRequires: pkgconfig(dbus-1) >= 1.8 pkgconfig(glib-2.0) >= 2.40.0 expat-devel >= 1.95.5
|
||||||
|
BuildRequires: dbus-daemon
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The D-Bus GLib package contains GLib interfaces to the D-Bus API.
|
The D-Bus GLib package contains GLib interfaces to the D-Bus API.
|
||||||
@ -73,6 +74,9 @@ make check
|
|||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 2 2022 Chenyx <chenyixiong3@huawei.com> - 0.112-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user