mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-09 00:42:51 -04:00
build: spec: we support openssl >= 0.9.7
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: David Sommerseth <davids@redhat.com> Message-Id: 1337034580-26987-2-git-send-email-alon.barlev@gmail.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6589 Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
parent
893f27b164
commit
03d9cb1ec6
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ BuildRoot: %{_tmppath}/%{name}-%(id -un)
|
|||
|
||||
AutoReq: 0
|
||||
|
||||
BuildRequires: openssl-devel >= 0.9.6
|
||||
Requires: openssl >= 0.9.6
|
||||
BuildRequires: openssl-devel >= 0.9.7
|
||||
Requires: openssl >= 0.9.7
|
||||
|
||||
%if "%{_vendor}" == "Mandrakesoft"
|
||||
%{!?without_lzo:BuildRequires: liblzo1-devel >= 1.07}
|
||||
|
|
|
|||
Loading…
Reference in a new issue