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:
parent
a1cacf80b1
commit
dae53deb58
@ -3,3 +3,7 @@
|
||||
---
|
||||
inspections:
|
||||
permissions: off
|
||||
|
||||
capabilities:
|
||||
ignore:
|
||||
- /usr/lib/python*/site-packages/rteval-*-py*.egg-info
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user