From be062a9cd369b150dc1fe286e4269960613a18269482a5a2ac1e4482e5957f4b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Jul 2017 11:30:12 +0000 Subject: [PATCH] Accepting request 508458 from home:dimstar:Factory - Use find -exec instead of find | xargs: helps handle cases for files with spaces and quotes in their filenames. OBS-URL: https://build.opensuse.org/request/show/508458 OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=80 --- dos2unix.changes | 6 ++++++ dos2unix.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dos2unix.changes b/dos2unix.changes index f6b3d99..fa9e5da 100644 --- a/dos2unix.changes +++ b/dos2unix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 6 07:50:15 UTC 2017 - dimstar@opensuse.org + +- Use find -exec instead of find | xargs: helps handle cases for + files with spaces and quotes in their filenames. + ------------------------------------------------------------------- Wed Jul 5 19:33:38 UTC 2017 - waterlan@xs4all.nl diff --git a/dos2unix.spec b/dos2unix.spec index 4d99783..410f8cc 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 | xargs chmod -x +find . -type f -exec chmod -x '{}' \; %build export RPM_OPT_FLAGS