rpms/httpd/F-12 httpd.spec,1.143,1.144

jorton jorton at fedoraproject.org
Sat Apr 10 15:14:54 UTC 2010


Author: jorton

Update of /cvs/extras/rpms/httpd/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25728

Modified Files:
	httpd.spec 
Log Message:
* Sat Apr 10 2010 Joe Orton <jorton at redhat.com> - 2.2.15-1.2
- add Requires and BR for correct OpenSSL version



Index: httpd.spec
===================================================================
RCS file: /cvs/extras/rpms/httpd/F-12/httpd.spec,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -p -r1.143 -r1.144
--- httpd.spec	6 Apr 2010 22:24:53 -0000	1.143
+++ httpd.spec	10 Apr 2010 15:14:53 -0000	1.144
@@ -3,11 +3,13 @@
 %define mmn 20051115
 %define vstring Fedora
 %define mpms worker event
+# Minimum version of OpenSSL having support for the secure TLS reneg API
+%define opensslver 1.0.0-1
 
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.15
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -99,10 +101,11 @@ the Apache HTTP Server.
 Group: System Environment/Daemons
 Summary: SSL/TLS module for the Apache HTTP Server
 Epoch: 1
-BuildRequires: openssl-devel, distcache-devel
+BuildRequires: openssl-devel >= %{opensslver}, distcache-devel
 Requires(post): openssl >= 0.9.7f-4, /bin/cat
 Requires(pre): httpd
 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmn}
+Requires: openssl >= %{opensslver}
 Obsoletes: stronghold-mod_ssl
 
 %description -n mod_ssl
@@ -485,6 +488,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Sat Apr 10 2010 Joe Orton <jorton at redhat.com> - 2.2.15-1.2
+- add Requires and BR for correct OpenSSL version
+
 * Wed Apr 07 2010 Robert Scheck <robert at fedoraproject.org> - 2.2.15-1.1
 - rebuild against correct openssl version (#579311 #c5)
 



More information about the scm-commits mailing list