diff --git a/openvpn.changes b/openvpn.changes index 23d94db..1f6d4c9 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 31 18:45:02 UTC 2013 - mt@suse.de + +- Fixed invalid mode in exec bit removal call from doc files + ------------------------------------------------------------------- Tue Aug 27 16:28:52 UTC 2013 - lmuelle@suse.com diff --git a/openvpn.spec b/openvpn.spec index b091925..2287d51 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -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"