diff options
| author | jorton <jorton@fedoraproject.org> | 2010-04-12 08:05:26 +0000 |
|---|---|---|
| committer | jorton <jorton@fedoraproject.org> | 2010-04-12 08:05:26 +0000 |
| commit | e1c4fe829ba7a50043762631d4e31b1d1057a643 (patch) | |
| tree | 094c75222573ca53fd6769a84866b83abce8a05f | |
| parent | 96354b4147eddf97bdc23b4138073954e272b868 (diff) | |
- fix OpenSSL versionhttpd-2_2_15-1_fc11_3
| -rw-r--r-- | httpd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,12 +4,12 @@ %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 +%define opensslver 0.9.8n Summary: Apache HTTP Server Name: httpd Version: 2.2.15 -Release: 1%{?dist}.2 +Release: 1%{?dist}.3 URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -487,6 +487,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Mon Apr 12 2010 Joe Orton <jorton@redhat.com> - 2.2.15-1.3 +- fix OpenSSL version + * Sat Apr 10 2010 Joe Orton <jorton@redhat.com> - 2.2.15-1.2 - add Requires and BR for correct OpenSSL version |
