diff --git a/kio-fuse.changes b/kio-fuse.changes index ec105b9..c6dcef6 100644 --- a/kio-fuse.changes +++ b/kio-fuse.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 11 00:56:22 UTC 2023 - Simon Lees + +- dbus-run-session now needs to be explicitly required for the + test suite. + ------------------------------------------------------------------- Mon Mar 7 11:15:11 UTC 2022 - Christophe Giboudeaux diff --git a/kio-fuse.spec b/kio-fuse.spec index d5d09ed..1515b13 100644 --- a/kio-fuse.spec +++ b/kio-fuse.spec @@ -37,6 +37,9 @@ BuildRequires: cmake(KF5KIO) >= 5.66.0 BuildRequires: cmake(Qt5DBus) >= 5.12.0 BuildRequires: cmake(Qt5Test) BuildRequires: pkgconfig(fuse3) +%if 0%{?suse_version} > 1599 +BuildRequires: /usr/bin/dbus-run-session +%endif Requires: fuse3 # For %%check BuildRequires: kio-extras5