Author: rjung
Date: Wed Apr  8 20:05:33 2015
New Revision: 1672158

URL: http://svn.apache.org/r1672158
Log:
Up our OpenSSL minimum version in spec file.

Modified:
    tomcat/native/trunk/native/build/rpm/tcnative.spec.in

Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/native/build/rpm/tcnative.spec.in?rev=1672158&r1=1672157&r2=1672158&view=diff
==============================================================================
--- tomcat/native/trunk/native/build/rpm/tcnative.spec.in (original)
+++ tomcat/native/trunk/native/build/rpm/tcnative.spec.in Wed Apr  8 20:05:33 
2015
@@ -28,7 +28,7 @@ URL: http://apr.apache.org/
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 # XXX The part "apr-devel >= 0:{version}-{release}" is probably wrong
-BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:{version}-{release}, 
openssl >= 0.9.8
+BuildPrereq: autoconf, libtool, doxygen, apr-devel >= 0:{version}-{release}, 
openssl >= 1.0.2
 
 %description
 The mission of the Tomcat Native Library (TCN) is to provide a
@@ -39,7 +39,7 @@ contains additional utility interfaces f
 Group: Development/Libraries
 Summary: Tomcat Native development kit
 # XXX The part "apr-devel >= 0:{version}-{release}" is probably wrong
-Requires: tcnative = %{version}-%{release}, apr-devel >= 
0:{version}-{release}, openssl-devel >= 0.9.8
+Requires: tcnative = %{version}-%{release}, apr-devel >= 
0:{version}-{release}, openssl-devel >= 1.0.2
 
 %description devel
 The mission of the Tomcat Native Library (TCN) is to provide a



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to