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