diff --git a/dolphin.spec b/dolphin.spec index 24c8259..930cf01 100644 --- a/dolphin.spec +++ b/dolphin.spec @@ -15,7 +15,7 @@ Name: dolphin Summary: KDE File Manager Version: 20.12.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://invent.kde.org/system/dolphin @@ -76,6 +76,7 @@ BuildRequires: rubygem(test-unit) Requires: %{name}-libs%{?_isa} = %{version}-%{release} %{?kf5_kinit_requires} +Recommends: kio-fuse%{?_isa} Recommends: kio-extras%{?_isa} # translations moved here @@ -179,6 +180,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Thu Jan 21 2021 Neal Gompa - 20.12.1-3 +- Recommend kio-fuse to be installed + * Sat Jan 16 2021 Rex Dieter - 20.12.1-2 - backport knetattach fix (kde#431626)