From d61d60fd40ea3ea68d8d32e3d71b2e13aab752e3c4bebaeac0f9cf6050c50919 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Jul 2017 09:11:17 +0000 Subject: [PATCH] Accepting request 509306 from home:jengelh:branches:Base:System - Replace suboptimal find \; cc @dimstar NUDGE OBS-URL: https://build.opensuse.org/request/show/509306 OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=82 --- dos2unix.changes | 5 +++++ dos2unix.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dos2unix.changes b/dos2unix.changes index fa9e5da..375d84d 100644 --- a/dos2unix.changes +++ b/dos2unix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 10 23:01:17 UTC 2017 - jengelh@inai.de + +- Replace suboptimal find \; + ------------------------------------------------------------------- Thu Jul 6 07:50:15 UTC 2017 - dimstar@opensuse.org diff --git a/dos2unix.spec b/dos2unix.spec index 410f8cc..adb0ae1 100644 --- a/dos2unix.spec +++ b/dos2unix.spec @@ -37,7 +37,7 @@ format to DOS format and unix2dos converts from UNIX to MAC format. %prep %setup -q -find . -type f -exec chmod -x '{}' \; +find . -type f -exec chmod -x '{}' + %build export RPM_OPT_FLAGS