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
This commit is contained in:
Luca Beltrame 2020-10-14 06:38:08 +00:00 committed by Git OBS Bridge
parent 1cf4d3ed71
commit 1ebcafa9f7
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 14 05:59:25 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>

View File

@ -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