From 59185ba935ac982a7b62dd8f838763889dbb47789e3009c69aaa56dbcfca7d88 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 18 May 2016 05:18:07 +0000 Subject: [PATCH] - Ensure the .desktop file isn't executable OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kjumpingcube?expand=0&rev=32 --- kjumpingcube.changes | 5 +++++ kjumpingcube.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/kjumpingcube.changes b/kjumpingcube.changes index a1af2f6..06cd849 100644 --- a/kjumpingcube.changes +++ b/kjumpingcube.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 18 05:17:48 UTC 2016 - lbeltrame@kde.org + +- Ensure the .desktop file isn't executable + ------------------------------------------------------------------- Sat May 7 10:31:17 UTC 2016 - tittiatcoke@gmail.com diff --git a/kjumpingcube.spec b/kjumpingcube.spec index 36acabf..55ff7c0 100644 --- a/kjumpingcube.spec +++ b/kjumpingcube.spec @@ -64,8 +64,10 @@ this you can gain more fields and finally win the board over. %install %kf5_makeinstall -C build +# .desktop files shouldn't be executable + chmod -x %{buildroot}/usr/share/applications/org.kde.kjumpingcube.desktop -%files +%files %defattr(-,root,root) %doc COPYING COPYING.DOC %{_kf5_bindir}/kjumpingcube