OBS User unknown 2008-05-31 10:25:23 +00:00 committed by Git OBS Bridge
parent 5e71b261b2
commit b5b867a578
3 changed files with 16 additions and 5 deletions

View File

@ -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 Mon May 26 07:53:38 CEST 2008 - mt@suse.de

View File

@ -13,9 +13,9 @@
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: openvpn # Provides: openvpn
# Required-Start: $local_fs $remote_fs $network # Required-Start: $local_fs $remote_fs $network
# Should-Start: $syslog # Should-Start: $syslog $time $named
# Required-Stop: $local_fs $remote_fs $network # Required-Stop: $local_fs $remote_fs $network
# Should-Stop: $syslog # Should-Stop: $syslog $time $named
# Default-Start: 3 5 # Default-Start: 3 5
# Default-Stop: 0 1 2 6 # Default-Stop: 0 1 2 6
# Short-Description: OpenVPN tunnel # Short-Description: OpenVPN tunnel

View File

@ -20,7 +20,7 @@ AutoReqProv: on
PreReq: %insserv_prereq %fillup_prereq PreReq: %insserv_prereq %fillup_prereq
%endif %endif
Version: 2.0.9 Version: 2.0.9
Release: 91 Release: 93
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
@ -30,7 +30,7 @@ Patch1: %{name}-%{version}-plugin-man.dif
Patch2: %{name}-%{version}-plugin-build.dif Patch2: %{name}-%{version}-plugin-build.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: lzo-devel openssl-devel BuildRequires: lzo-devel openssl-devel
BuildRequires: pam-devel BuildRequires: iproute2 pam-devel
%define plugin_dir %{_libdir}/%{name}/plugin %define plugin_dir %{_libdir}/%{name}/plugin
%define plugin_libdir %{plugin_dir}/lib %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 %{plugin_libdir}/openvpn-auth-pam.so
%changelog %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 * Mon May 26 2008 mt@suse.de
- Reverted init script changes adding startproc, since they break - Reverted init script changes adding startproc, since they break
user auth query and multiple tunnels (bnc#394360, bnc#394353). user auth query and multiple tunnels (bnc#394360, bnc#394353).