From 83b8e186b4f1508cdec258e25956a7e1d8e57579 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jan 23 2014 10:54:29 +0000 Subject: fix _httpd_mmn expansion in absence of httpd-devel --- 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 - 0.5.10-10 +- fix _httpd_mmn expansion in absence of httpd-devel + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.10-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild