]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
build: spec: we support openssl >= 0.9.7
authorAlon Bar-Lev <alon.barlev@gmail.com>
Mon, 14 May 2012 22:29:40 +0000 (01:29 +0300)
committerDavid Sommerseth <davids@redhat.com>
Fri, 1 Jun 2012 11:42:39 +0000 (13:42 +0200)
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>
distro/rpm/openvpn.spec.in

index dd20fca5295325f39d2a9903e19816566b85c3cf..3d2276495c21f79134db34b2c070c857f9abcc30 100644 (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}