diff options
| author | jorton <jorton@fedoraproject.org> | 2010-04-10 16:04:45 +0000 |
|---|---|---|
| committer | jorton <jorton@fedoraproject.org> | 2010-04-10 16:04:45 +0000 |
| commit | 96354b4147eddf97bdc23b4138073954e272b868 (patch) | |
| tree | 1c8d991a1ae972ee3633e5e31e5fd7ee350cecf2 | |
| parent | aac51a8eb832362943892dd91d380659837a0dec (diff) | |
- add Requires and BR for correct OpenSSL versionhttpd-2_2_15-1_fc11_2
| -rw-r--r-- | httpd.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 @@ -98,10 +100,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 @@ -484,6 +487,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) |
