diff --git a/mod_gnutls.spec b/mod_gnutls.spec index 8f77973..4eca1bb 100644 --- a/mod_gnutls.spec +++ b/mod_gnutls.spec @@ -1,7 +1,7 @@ %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} Name: mod_gnutls Version: 0.5.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GnuTLS module for the Apache HTTP server Group: System Environment/Daemons License: ASL 2.0 @@ -11,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, httpd-mmn = %{_httpd_mmn} +Requires: 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 @@ -69,6 +69,9 @@ rm -fr %{_localstatedir}/cache/mod_gnutls %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_gnutls.conf %changelog +* Mon Mar 19 2012 Jiri Kastner - 0.5.10-4 +- removed httpd require + * Wed Mar 14 2012 Jiri Kastner - 0.5.10-3 - added dependency for httpd-mmn