Ana Guerrero 2023-11-02 19:19:56 +00:00 committed by Git OBS Bridge
commit 33ab4b4068
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 11 00:56:22 UTC 2023 - Simon Lees <sflees@suse.de>
- dbus-run-session now needs to be explicitly required for the
test suite.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 7 11:15:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Mon Mar 7 11:15:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -37,6 +37,9 @@ BuildRequires: cmake(KF5KIO) >= 5.66.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)
BuildRequires: pkgconfig(fuse3) BuildRequires: pkgconfig(fuse3)
%if 0%{?suse_version} > 1599
BuildRequires: /usr/bin/dbus-run-session
%endif
Requires: fuse3 Requires: fuse3
# For %%check # For %%check
BuildRequires: kio-extras5 BuildRequires: kio-extras5