[mod_auth_kerb] fix SRPM build in Koji caused by missing httpd-devel

Jan Kaluža jkaluza at fedoraproject.org
Wed Jan 22 14:47:09 UTC 2014


commit ca87480a5e11707a0bef09d1917a104a40f87e92
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Wed Jan 22 15:47:26 2014 +0100

    fix SRPM build in Koji caused by missing httpd-devel

 mod_auth_kerb.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mod_auth_kerb.spec b/mod_auth_kerb.spec
index a6cbc31..a73c422 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 2>/dev/null || echo 0-x86-64)}}
+%{!?_httpd_mmn:        %{expand: %%global _httpd_mmn        %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
 %{!?_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}}


More information about the scm-commits mailing list