Add an rpminspect.yaml file to turn off permissions checks

for python egg-info files
Resolves: RHEL-16400

Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2023-11-15 13:25:31 -05:00
parent a1cacf80b1
commit dae53deb58
2 changed files with 9 additions and 1 deletions

View File

@ -3,3 +3,7 @@
---
inspections:
permissions: off
capabilities:
ignore:
- /usr/lib/python*/site-packages/rteval-*-py*.egg-info

View File

@ -1,6 +1,6 @@
Name: rteval
Version: 3.7
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@ -68,6 +68,10 @@ to the screen.
%{_bindir}/rteval
%changelog
* Wed Nov 15 2023 John Kacur <jkacur@redhat.com> - 3.7-5
- Add a capabilities rule to the rpminspect.yaml file
Resolves: RHEL-16400
* Tue Nov 14 2023 John Kacur <jkacur@redhat.com> - 3.7-4
- Add an rpminspect.yaml file to turn off permissions checks
for python egg-info files