SHA256
1
0
forked from pool/openvpn

- Fixed exec bit removal call from documentation files

OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=66
This commit is contained in:
Marius Tomaschewski 2013-10-31 18:47:58 +00:00 committed by Git OBS Bridge
parent cc6c5db9fc
commit e8f6fcdbbb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 31 18:45:02 UTC 2013 - mt@suse.de
- Fixed exec bit removal call from documentation files
-------------------------------------------------------------------
Tue Aug 27 16:28:52 UTC 2013 - lmuelle@suse.com

View File

@ -126,8 +126,7 @@ chroot directives.
sed -e "s|\" __DATE__|$(date '+%b %e %Y' -r version.m4)\"|g" -i src/openvpn/options.c
# %%doc items shouldn't be executable.
find contrib sample -type f -perm +100 \
-exec chmod a-x {} \;
find contrib sample -type f -exec chmod a-x \{\} \;
%build
export CFLAGS="$RPM_OPT_FLAGS -W -Wall -fno-strict-aliasing"