From 98cb36a7edc312080134a52ab154f9e617fe3961a95c7a644f8d6bb927c14e9b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 1 Dec 2008 11:11:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=10 --- openvpn.changes | 7 +++++++ openvpn.spec | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/openvpn.changes b/openvpn.changes index 6e6681e..718c177 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 1 10:58:12 CET 2008 - mt@suse.de + +- Removed restart_on_update rpm install hook that may break the + update process, e.g. when openvpn asks for auth data or the + update process is running over the tunnel (bnc#450390). + ------------------------------------------------------------------- Tue Oct 28 12:13:45 CET 2008 - mt@suse.de diff --git a/openvpn.spec b/openvpn.spec index 6453a48..0238019 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -27,7 +27,7 @@ AutoReqProv: on PreReq: %insserv_prereq %fillup_prereq %endif Version: 2.0.9 -Release: 142 +Release: 143 Summary: Full-featured SSL VPN solution using a TUN/TAP Interface Source: http://openvpn.net/release/openvpn-%{version}.tar.gz Source1: http://openvpn.net/signatures/openvpn-%{version}.tar.gz.asc @@ -188,7 +188,6 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %{?stop_on_removal:%stop_on_removal openvpn} %postun -%{?restart_on_update:%restart_on_update openvpn} %{?insserv_cleanup:%insserv_cleanup} %files @@ -222,6 +221,10 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %{plugin_libdir}/openvpn-auth-pam.so %changelog +* Mon Dec 01 2008 mt@suse.de +- Removed restart_on_update rpm install hook that may break the + update process, e.g. when openvpn asks for auth data or the + update process is running over the tunnel (bnc#450390). * Tue Oct 28 2008 mt@suse.de - Fixed init script to handle pid files correctly (bnc#435421). * Thu May 29 2008 mt@suse.de