From 228e8ff62e9e127690e0e4bf97312da02b9814d9 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Fri, 14 Jul 2023 19:15:30 +0200 Subject: [PATCH] rpminspect: Turn off the rpmdeps check for libpython In a modular build rpminspect confuses the python39-libs for a subpackage of mod_wsgi. Ignore this check. Also bump the release. Resolves: rhbz#2213595 --- mod_wsgi.spec | 6 +++++- rpminspect.yaml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 1b253b6..247a9a7 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -15,7 +15,7 @@ Name: mod_wsgi Version: 4.7.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ @@ -179,6 +179,10 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Fri Jul 14 2023 Charalampos Stratakis - 4.7.1-7 +- Bump release for rebuild +Resolves: rhbz#2213595 + * Thu Jul 13 2023 Charalampos Stratakis - 4.7.1-6 - Remove rpath Resolves: rhbz#2213837 diff --git a/rpminspect.yaml b/rpminspect.yaml index df4e7d1..59abcea 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -4,3 +4,9 @@ debuginfo: ignore: - /usr/lib*/httpd/modules/mod_wsgi_python*.so - /usr/lib*/python*/site-packages/mod_wsgi/server/mod_wsgi*.so + +# In a modular build rpminspect confuses the python39-libs for a +# subpackage of mod_wsgi. Ignore this check. +rpmdeps: + ignore: + requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$