diff --git a/openvpn.changes b/openvpn.changes index 96cca6e..5d7177d 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -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 diff --git a/openvpn.spec b/openvpn.spec index 49e47ad..dbf74fa 100644 --- a/openvpn.spec +++ b/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 %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 %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