From 5f8ca4dc2ffcd54d210871b118e635133acb1282fdac7020a86b5b42f763001e Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 11 Oct 2023 06:13:14 +0000 Subject: [PATCH] Accepting request 1116780 from home:simotek:branches:KDE:Extra - dbus-run-session now needs to be explicitly required for the test suite. OBS-URL: https://build.opensuse.org/request/show/1116780 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kio-fuse?expand=0&rev=15 --- kio-fuse.changes | 6 ++++++ kio-fuse.spec | 3 +++ 2 files changed, 9 insertions(+) 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