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:
parent
cc6c5db9fc
commit
e8f6fcdbbb
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user