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:
Alon Bar-Lev 2012-05-15 01:29:40 +03:00 committed by David Sommerseth
parent 893f27b164
commit 03d9cb1ec6

View file

@ -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}