From 825a582874733822d82b5394d06fda09bd632b64f1a5e9afac94145b65670206 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Thu, 8 Dec 2016 13:39:36 +0000 Subject: [PATCH] Accepting request 444827 from home:jengelh:branches:KDE:Applications - use faster delete mechanism OBS-URL: https://build.opensuse.org/request/show/444827 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=3 --- kfind.changes | 5 +++++ kfind.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kfind.changes b/kfind.changes index b68e095..a75f9e7 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 8 10:24:47 UTC 2016 - jengelh@inai.de + +- use faster delete mechanism + ------------------------------------------------------------------- Sat Dec 3 16:26:12 UTC 2016 - tittiatcoke@gmail.com diff --git a/kfind.spec b/kfind.spec index 2ca7e41..cf8fd93 100644 --- a/kfind.spec +++ b/kfind.spec @@ -51,7 +51,7 @@ KFind allows you to search for directories and files. %suse_update_desktop_file org.kde.kfind System Filesystem core - find %{buildroot} -type f -name '*filenamesearch*' -exec rm -fv {} ';' + find %{buildroot} -type f -name '*filenamesearch*' -print -delete %post /sbin/ldconfig