[mod_auth_kerb] fix httpd_mmn stderr filter (thanks rcollet)

jorton jorton at fedoraproject.org
Tue Nov 13 17:16:11 UTC 2012


commit c3c67bc9f0c86b684e9193c8db66bf7c54a478e0
Author: Joe Orton <jorton at redhat.com>
Date:   Tue Nov 13 17:16:07 2012 +0000

    fix httpd_mmn stderr filter (thanks rcollet)

 mod_auth_kerb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_auth_kerb.spec b/mod_auth_kerb.spec
index 6dd1e4c..7e7be21 100644
--- a/mod_auth_kerb.spec
+++ b/mod_auth_kerb.spec
@@ -1,5 +1,5 @@
 %{!?_httpd_apxs:       %{expand: %%global _httpd_apxs       %%{_sbindir}/apxs}}
-%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel 2>/dev/null}}
+%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo missing-httpd-devel)}}
 %{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
 # /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
 %{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
@@ -8,7 +8,7 @@
 Summary: Kerberos authentication module for HTTP
 Name: mod_auth_kerb
 Version: 5.4
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: BSD and MIT and ASL 2.0
 Group: System Environment/Daemons
 URL: http://modauthkerb.sourceforge.net/
@@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0700,apache,apache) %dir /run/httpd/krbcache
 
 %changelog
+* Tue Nov 13 2012 Joe Orton <jorton at redhat.com> - 5.4-21
+- fix httpd_mmn stderr filter (thanks rcollet)
+
 * Tue Nov 13 2012 Joe Orton <jorton at redhat.com> - 5.4-20
 - hide stderr if finding httpd_mmn 
 - package LICENSE


More information about the scm-commits mailing list