[mod_gnutls] update to 0.5.10-3

jkastner jkastner at fedoraproject.org
Wed Mar 14 19:30:41 UTC 2012


commit 7bbfcf2f7eb120b7966620a605784ee981a1d0e9
Author: Jiri Kastner <jkastner at redhat.com>
Date:   Wed Mar 14 20:30:36 2012 +0100

    update to 0.5.10-3

 mod_gnutls.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
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 <jkastner at redhat.com> - 0.5.10-3
+- added dependency for httpd-mmn
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list