From e8f6fcdbbbcdd4cc1476ab730905178823327bbf75dcfa95e30acde528a0d476 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Thu, 31 Oct 2013 18:47:58 +0000 Subject: [PATCH] - Fixed exec bit removal call from documentation files OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=66 --- openvpn.changes | 5 +++++ openvpn.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/openvpn.changes b/openvpn.changes index 23d94db..a8742cf 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -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 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"