> Signed-off-by: Alon Bar-Lev <[email protected]>
> ---
> openvpn.spec.in | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/openvpn.spec.in b/openvpn.spec.in
> index c5178e9..c42e7c6 100644
> --- a/openvpn.spec.in
> +++ b/openvpn.spec.in
> @@ -101,7 +101,6 @@ and portability to most major OS platforms.
> %build
> %configure --disable-dependency-tracking
> %{?with_password_save:--enable-password-save} %{?without_lzo:--disable-lzo}
> %{?with_kerberos:--with-ssl-headers=/usr/kerberos/include}
> %__make
> -%__strip %{name}
>
> # Build down-root plugin
> pushd plugin/down-root
Let's see if I understood this correctly... the binary is stripped
anyways when the package is installed? On a CentOS 6 box I have this in
"rpm --showrc" output[1]:
-14: __os_install_post
%{_rpmconfigdir}/brp-compress
%{_rpmconfigdir}/brp-strip
%{_rpmconfigdir}/brp-strip-static-archive
%{_rpmconfigdir}/brp-strip-comment-note
If so, I give this one an ACK.
--
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc
irc freenode net: mattock
[1] See
<http://groups.google.com/group/linux.redhat.rpm/browse_thread/thread/4cacfa2591cad1c9>