This commit is contained in:
parent
5e71b261b2
commit
b5b867a578
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 15:16:03 CEST 2008 - mt@suse.de
|
||||
|
||||
- Added $time $named to Should-Start in the init script to avoid
|
||||
time related certificate errors and name resolving problems.
|
||||
- Added iproute2 to BuildRequires to avoid openvpn rely on PATH.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 07:53:38 CEST 2008 - mt@suse.de
|
||||
|
||||
|
@ -12,10 +12,10 @@
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: openvpn
|
||||
# Required-Start: $local_fs $remote_fs $network
|
||||
# Should-Start: $syslog
|
||||
# Required-Start: $local_fs $remote_fs $network
|
||||
# Should-Start: $syslog $time $named
|
||||
# Required-Stop: $local_fs $remote_fs $network
|
||||
# Should-Stop: $syslog
|
||||
# Should-Stop: $syslog $time $named
|
||||
# Default-Start: 3 5
|
||||
# Default-Stop: 0 1 2 6
|
||||
# Short-Description: OpenVPN tunnel
|
||||
|
@ -20,7 +20,7 @@ AutoReqProv: on
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
%endif
|
||||
Version: 2.0.9
|
||||
Release: 91
|
||||
Release: 93
|
||||
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
|
||||
@ -30,7 +30,7 @@ Patch1: %{name}-%{version}-plugin-man.dif
|
||||
Patch2: %{name}-%{version}-plugin-build.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: lzo-devel openssl-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: iproute2 pam-devel
|
||||
%define plugin_dir %{_libdir}/%{name}/plugin
|
||||
%define plugin_libdir %{plugin_dir}/lib
|
||||
|
||||
@ -215,6 +215,10 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
||||
%{plugin_libdir}/openvpn-auth-pam.so
|
||||
|
||||
%changelog
|
||||
* Thu May 29 2008 mt@suse.de
|
||||
- Added $time $named to Should-Start in the init script to avoid
|
||||
time related certificate errors and name resolving problems.
|
||||
- Added iproute2 to BuildRequires to avoid openvpn rely on PATH.
|
||||
* Mon May 26 2008 mt@suse.de
|
||||
- Reverted init script changes adding startproc, since they break
|
||||
user auth query and multiple tunnels (bnc#394360, bnc#394353).
|
||||
|
Loading…
x
Reference in New Issue
Block a user