From 1ebcafa9f7f874046372a4c96a29057b7cb097ee36248ddfcb77684c5bd64837 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 14 Oct 2020 06:38:08 +0000 Subject: [PATCH] Accepting request 841660 from home:Vogtinator:plasma5.20 - Don't use %fdupes -s, kpackage doesn't like it and so this broke the slideshow wallpaper OBS-URL: https://build.opensuse.org/request/show/841660 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=547 --- plasma5-workspace.changes | 6 ++++++ plasma5-workspace.spec | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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