diff --git a/mod_wsgi.spec b/mod_wsgi.spec index a7b82f2..d4e6938 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -1,3 +1,8 @@ +# Python's distutils.build_ext injects standard rpath +# and a package used it cannot control that. +# Opt-out of rpath checks until Python is fixed +%global __brp_check_rpaths %{nil} + %{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}} %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}