forked from pool/openvpn
Accepting request 95634 from home:coolo:removeautomake
- add automake as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/request/show/95634 OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=33
This commit is contained in:
parent
3d459d2df6
commit
c8d2d22c80
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
22
openvpn.spec
22
openvpn.spec
@ -15,21 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: openvpn
|
||||
Url: http://openvpn.net/
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Group: Productivity/Networking/Security
|
||||
AutoReqProv: on
|
||||
%if 0%{?suse_version}
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
%endif
|
||||
Version: 2.2.1
|
||||
Release: 1
|
||||
Release: 0
|
||||
%define upstream_version %version
|
||||
Summary: Full-featured SSL VPN solution using a TUN/TAP Interface
|
||||
License: GPL-2.0+ ; LGPL-2.1+
|
||||
Group: Productivity/Networking/Security
|
||||
Source: http://openvpn.net/release/openvpn-%{upstream_version}.tar.gz
|
||||
Source1: http://openvpn.net/signatures/openvpn-%{upstream_version}.tar.gz.asc
|
||||
Source2: openvpn.init
|
||||
@ -42,9 +39,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 +78,7 @@ Authors:
|
||||
James Yonan <jim@yonan.net>
|
||||
|
||||
%package down-root-plugin
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: OpenVPN down-root plugin
|
||||
Group: Productivity/Networking/Security
|
||||
AutoReqProv: on
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description down-root-plugin
|
||||
@ -103,10 +100,7 @@ Authors:
|
||||
James Yonan <jim@yonan.net>
|
||||
|
||||
%package auth-pam-plugin
|
||||
License: GPLv2+ ; LGPLv2.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