--- rpms/smeserver-openvpn-bridge/contribs7/smeserver-openvpn-bridge.spec 2010/10/26 10:06:59 1.39 +++ rpms/smeserver-openvpn-bridge/contribs7/smeserver-openvpn-bridge.spec 2011/03/06 15:28:11 1.43 @@ -1,4 +1,4 @@ -# $Id: smeserver-openvpn-bridge.spec,v 1.38 2010/10/19 11:51:26 vip-ire Exp $ +# $Id: smeserver-openvpn-bridge.spec,v 1.42 2011/03/01 18:02:24 vip-ire Exp $ # Authority: vip-ire # Name: Daniel Berteaud @@ -6,7 +6,7 @@ Summary: OpenVPN, a strong VPN solution %define name smeserver-openvpn-bridge Name: %{name} %define version 2.0 -%define release 40 +%define release 44 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -65,6 +65,8 @@ Patch48: smeserver-openvpn-bridge-2.0-te Patch49: smeserver-openvpn-bridge-2.0-option_to_disable_route_push.patch Patch50: smeserver-openvpn-bridge-2.0-toggle_passtos.patch Patch51: smeserver-openvpn-bridge-2.0-enhance_routes_push.patch +Patch52: smeserver-openvpn-bridge-2.0-add_complzo_back.patch +Patch53: smeserver-openvpn-bridge-2.0-locale-2011-03-06.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -83,6 +85,18 @@ This package contains all the needed scr to have a full working openvpn server running in bridge mode. %changelog +* Sun Mar 06 2011 SME Translation Server 2.0-44.sme +- apply locale 2011-03-06 patch + +* Thu Feb 17 2011 Daniel B. 2.0-43.sme +- Fix a typo in the panel [SME: 6509] + +* Tue Jan 25 2011 Daniel B. 2.0-42.sme +- Stop disabling service on rpm removal (spec change only) + +* Tue Jan 25 2011 Daniel B. 2.0-41.sme +- Add comp-lzo option back into client conf file + * Tue Oct 26 2010 Daniel B. 2.0-40.sme - Add PassTOS DB key to enable/disable passtos - Enhance routes push (work with s2s contrib) @@ -310,6 +324,8 @@ to have a full working openvpn server ru %patch49 -p1 %patch50 -p1 %patch51 -p1 +%patch52 -p1 +%patch53 -p1 %build perl createlinks @@ -343,9 +359,3 @@ rm -rf $RPM_BUILD_ROOT %post %preun -if [ $1 -eq 0 ] ; then - /sbin/e-smith/db configuration setprop openvpn-bridge status disabled - sv d /service/openvpn-bridge -fi - -true