diff --git a/mod_gnutls.spec b/mod_gnutls.spec index e61e926..8f77973 100644 --- a/mod_gnutls.spec +++ b/mod_gnutls.spec @@ -1,6 +1,7 @@ +%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} Name: mod_gnutls Version: 0.5.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GnuTLS module for the Apache HTTP server Group: System Environment/Daemons License: ASL 2.0 @@ -10,7 +11,7 @@ Source1: mod_gnutls.conf Patch0: mod_gnutls_apr_memcache_m4_dirty.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: gnutls-devel, gnutls-utils, httpd-devel, apr-util-devel >= 1.3, libtool, autoconf, automake -Requires: httpd, apr-util >= 1.3, gnutls-utils +Requires: httpd, apr-util >= 1.3, gnutls-utils, httpd-mmn = %{_httpd_mmn} %description mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1 @@ -68,6 +69,9 @@ rm -fr %{_localstatedir}/cache/mod_gnutls %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_gnutls.conf %changelog +* Wed Mar 14 2012 Jiri Kastner - 0.5.10-3 +- added dependency for httpd-mmn + * Fri Jan 13 2012 Fedora Release Engineering - 0.5.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild