[mod_gnutls] fix _httpd_mmn expansion in absence of httpd-devel

jorton jorton at fedoraproject.org
Thu Jan 23 10:54:12 UTC 2014


commit 83b8e186b4f1508cdec258e25956a7e1d8e57579
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jan 23 10:54:29 2014 +0000

    fix _httpd_mmn expansion in absence of httpd-devel

 mod_gnutls.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_gnutls.spec b/mod_gnutls.spec
index 9899dc7..c585afd 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)}}
+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo 0-0)}}
 Name:      mod_gnutls
 Version:   0.5.10
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   GnuTLS module for the Apache HTTP server
 Group:     System Environment/Daemons
 License:   ASL 2.0
@@ -73,6 +73,9 @@ rm -fr %{_localstatedir}/cache/mod_gnutls
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_gnutls.conf
 
 %changelog
+* Thu Jan 23 2014 Joe Orton <jorton at redhat.com> - 0.5.10-10
+- fix _httpd_mmn expansion in absence of httpd-devel
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.10-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list