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:
|
inspections:
|
||||||
permissions: off
|
permissions: off
|
||||||
|
|
||||||
|
capabilities:
|
||||||
|
ignore:
|
||||||
|
- /usr/lib/python*/site-packages/rteval-*-py*.egg-info
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rteval
|
Name: rteval
|
||||||
Version: 3.7
|
Version: 3.7
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Utility to evaluate system suitability for RT Linux
|
Summary: Utility to evaluate system suitability for RT Linux
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -68,6 +68,10 @@ to the screen.
|
|||||||
%{_bindir}/rteval
|
%{_bindir}/rteval
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 14 2023 John Kacur <jkacur@redhat.com> - 3.7-4
|
||||||
- Add an rpminspect.yaml file to turn off permissions checks
|
- Add an rpminspect.yaml file to turn off permissions checks
|
||||||
for python egg-info files
|
for python egg-info files
|
||||||
|
Loading…
Reference in New Issue
Block a user