Accepting request 509666 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/509666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dos2unix?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2017-07-30 09:20:16 +00:00 committed by Git OBS Bridge
commit ab00dc99c0
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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