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
This commit is contained in:
Charalampos Stratakis 2023-07-14 19:15:30 +02:00
parent 26299efda5
commit 228e8ff62e
2 changed files with 11 additions and 1 deletions

View File

@ -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 <cstratak@redhat.com> - 4.7.1-7
- Bump release for rebuild
Resolves: rhbz#2213595
* Thu Jul 13 2023 Charalampos Stratakis <cstratak@redhat.com> - 4.7.1-6
- Remove rpath
Resolves: rhbz#2213837

View File

@ -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.*\(\)\(.*\)$