From 91c4213ec82e532bd9f69d9e5073bcc49a89076a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 18 Jun 2021 12:31:40 +0200 Subject: [PATCH] Don't say distutils inject rpath, it might make other maintainers think that Link to the mod_wsgi Pull Request instead. --- mod_wsgi.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 87ac235..0b997a2 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -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}}