diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index c7a5a32..231489d 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 14 05:59:25 UTC 2020 - Fabian Vogt + +- Don't use %fdupes -s, kpackage doesn't like it and so this broke + the slideshow wallpaper + ------------------------------------------------------------------- Tue Oct 13 10:21:44 UTC 2020 - Fabian Vogt diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index 20a4064..a2a58d6 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -334,10 +334,8 @@ Plasma 5 session with Wayland from a display manager. touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop ln -s %{_sysconfdir}/alternatives/default-xsession.desktop %{buildroot}%{_datadir}/xsessions/default.desktop -# boo#1175025: remove when it is fixed -%if 0%{?suse_version} >= 1550 - %fdupes -s %{buildroot}/%{_prefix} -%else +# To work around boo#1175025. Can't use symlinks either, kpackage doesn't like them. +%if 0%{?suse_version} < 1550 %fdupes %{buildroot}/%{_prefix} %endif