forked from pool/openvpn
Accepting request 95925 from network:vpn
Fix source URLs. (forwarded request 95882 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/95925 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=35
This commit is contained in:
commit
3c03df0a15
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 08:40:17 UTC 2011 - aj@suse.de
|
||||
|
||||
- Fix source URLs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 16:24:00 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 18:05:30 UTC 2011 - mt@suse.com
|
||||
|
||||
|
25
openvpn.spec
25
openvpn.spec
@ -15,23 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: openvpn
|
||||
Url: http://openvpn.net/
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
Group: Productivity/Networking/Security
|
||||
AutoReqProv: on
|
||||
%if 0%{?suse_version}
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
%endif
|
||||
Version: 2.2.1
|
||||
Release: 16
|
||||
Release: 0
|
||||
%define upstream_version %version
|
||||
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
|
||||
Source: http://openvpn.net/release/openvpn-%{upstream_version}.tar.gz
|
||||
Source1: http://openvpn.net/signatures/openvpn-%{upstream_version}.tar.gz.asc
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
Group: Productivity/Networking/Security
|
||||
Source: http://swupdate.openvpn.org/community/releases/openvpn-%{upstream_version}.tar.gz
|
||||
Source1: http://swupdate.openvpn.org/community/releases/openvpn-%{upstream_version}.tar.gz.asc
|
||||
Source2: openvpn.init
|
||||
Source3: openvpn.README.SUSE
|
||||
Source4: client-netconfig.up
|
||||
@ -42,9 +40,12 @@ Patch3: openvpn-2.1-systemd-passwd.patch
|
||||
Patch4: 0001-Use-SSL_MODE_RELEASE_BUFFERS-if-available.patch
|
||||
Patch5: openvpn-2.2.1-man-dot.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: lzo-devel openssl-devel
|
||||
BuildRequires: iproute2 pam-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: iproute2
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: lzo-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pam-devel
|
||||
%if 0%{?suse_version} > 1030
|
||||
BuildRequires: pkcs11-helper-devel
|
||||
Requires: pkcs11-helper
|
||||
@ -78,10 +79,7 @@ Authors:
|
||||
James Yonan <jim@yonan.net>
|
||||
|
||||
%package down-root-plugin
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
Summary: OpenVPN down-root plugin
|
||||
Group: Productivity/Networking/Security
|
||||
AutoReqProv: on
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description down-root-plugin
|
||||
@ -103,10 +101,7 @@ Authors:
|
||||
James Yonan <jim@yonan.net>
|
||||
|
||||
%package auth-pam-plugin
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
Summary: OpenVPN auth-pam plugin
|
||||
Group: Productivity/Networking/Security
|
||||
AutoReqProv: on
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description auth-pam-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user