forked from pool/openvpn
This commit is contained in:
parent
9302686a1f
commit
98cb36a7ed
@ -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
|
Tue Oct 28 12:13:45 CET 2008 - mt@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ AutoReqProv: on
|
|||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
%endif
|
%endif
|
||||||
Version: 2.0.9
|
Version: 2.0.9
|
||||||
Release: 142
|
Release: 143
|
||||||
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
|
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
|
||||||
Source: http://openvpn.net/release/openvpn-%{version}.tar.gz
|
Source: http://openvpn.net/release/openvpn-%{version}.tar.gz
|
||||||
Source1: http://openvpn.net/signatures/openvpn-%{version}.tar.gz.asc
|
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}
|
%{?stop_on_removal:%stop_on_removal openvpn}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%{?restart_on_update:%restart_on_update openvpn}
|
|
||||||
%{?insserv_cleanup:%insserv_cleanup}
|
%{?insserv_cleanup:%insserv_cleanup}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -222,6 +221,10 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
%{plugin_libdir}/openvpn-auth-pam.so
|
%{plugin_libdir}/openvpn-auth-pam.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 28 2008 mt@suse.de
|
||||||
- Fixed init script to handle pid files correctly (bnc#435421).
|
- Fixed init script to handle pid files correctly (bnc#435421).
|
||||||
* Thu May 29 2008 mt@suse.de
|
* Thu May 29 2008 mt@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user