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-14 15:20:01 -05:00
parent b70ab5fe07
commit a1cacf80b1
2 changed files with 11 additions and 1 deletions

5
rpminspect.yaml Normal file
View File

@ -0,0 +1,5 @@
# Shutting off permissions due to python egg-info files
---
inspections:
permissions: off

View File

@ -1,6 +1,6 @@
Name: rteval
Version: 3.7
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@ -68,6 +68,11 @@ to the screen.
%{_bindir}/rteval
%changelog
* 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
Resolves: RHEL-16400
* Mon Nov 13 2023 John Kacur <jkacur@redhat.com> - 3.7-3
- Remove upstream specfile
Resolves: RHEL-7615