--- rpms/smeserver-openvpn-s2s/contribs7/smeserver-openvpn-s2s.spec 2010/12/07 19:35:25 1.6 +++ rpms/smeserver-openvpn-s2s/contribs7/smeserver-openvpn-s2s.spec 2011/01/25 16:56:54 1.7 @@ -1,4 +1,4 @@ -# $Id: smeserver-openvpn-s2s.spec,v 1.5 2010/12/07 19:22:50 vip-ire Exp $ +# $Id: smeserver-openvpn-s2s.spec,v 1.6 2010/12/07 19:35:25 vip-ire Exp $ # Authority: vip-ire # Name: Daniel Berteaud @@ -6,7 +6,7 @@ Summary: OpenVPN, a strong VPN solution %define name smeserver-openvpn-s2s Name: %{name} %define version 0.1 -%define release 15 +%define release 16 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -57,6 +57,9 @@ This package contains all the needed scr to run openvpn in client or server mode for site to site tunnels %changelog +* Tue Jan 25 2011 Daniel Berteaud 0.1-16.sme +- Stop disabling service on rpm removal (spec change only) + * Tue Dec 7 2010 Daniel Berteaud 0.1-15.sme - Remove useless smb.conf template @@ -173,10 +176,4 @@ rm -rf $RPM_BUILD_ROOT %post %preun -if [ $1 -eq 0 ] ; then - /sbin/e-smith/db configuration setprop openvpn-s2s status disabled - /etc/rc.d/init.d/openvpn-s2s stop -fi - -true