summaryrefslogtreecommitdiffstats
path: root/distro
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-05-15 01:29:40 +0300
committerDavid Sommerseth <davids@redhat.com>2012-06-01 13:42:39 +0200
commit03d9cb1ec6432ce218dbff5e0675cd5250a40ca3 (patch)
treefcf5102302ec9481f45924f1fdc11e58dddfb184 /distro
parent893f27b164142fc285e39731846bbc237ceb62a9 (diff)
downloadopenvpn-03d9cb1ec6432ce218dbff5e0675cd5250a40ca3.tar.gz
openvpn-03d9cb1ec6432ce218dbff5e0675cd5250a40ca3.tar.xz
openvpn-03d9cb1ec6432ce218dbff5e0675cd5250a40ca3.zip
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>
Diffstat (limited to 'distro')
-rw-r--r--distro/rpm/openvpn.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/rpm/openvpn.spec.in b/distro/rpm/openvpn.spec.in
index dd20fca..3d22764 100644
--- a/distro/rpm/openvpn.spec.in
+++ b/distro/rpm/openvpn.spec.in
@@ -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}