summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2010-04-10 15:14:53 +0000
committerjorton <jorton@fedoraproject.org>2010-04-10 15:14:53 +0000
commit0437823aed632f36287f8034d400559b15e6113e (patch)
tree06b2fd8e45719260dc03761308e22966aef454e0
parent1aaac63a0b6194fd8d3880091692ca789b46294f (diff)
- add Requires and BR for correct OpenSSL versionhttpd-2_2_15-1_fc12_2
-rw-r--r--httpd.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/httpd.spec b/httpd.spec
index 7f9b5c2..642e800 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -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@redhat.com> - 2.2.15-1.2
+- add Requires and BR for correct OpenSSL version
+
* Wed Apr 07 2010 Robert Scheck <robert@fedoraproject.org> - 2.2.15-1.1
- rebuild against correct openssl version (#579311 #c5)