Don't say distutils inject rpath, it might make other maintainers think that

Link to the mod_wsgi Pull Request instead.
This commit is contained in:
Miro Hrončok 2021-06-18 12:31:40 +02:00
parent 742a73db7a
commit 91c4213ec8

View File

@ -1,6 +1,5 @@
# 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
# Opt-out of rpath checks until merged and included in a release:
# https://github.com/GrahamDumpleton/mod_wsgi/pull/694
%global __brp_check_rpaths %{nil}
%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}