Add an rpminspect file to pass gating which is failing due to

Add an rpminspect file to pass gating which is failing due to
python egg-info directory permissions

Resolves: RHEL-16401
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2023-11-15 15:09:07 -05:00
parent 35c6bc9b1d
commit 5aee1a6c86
2 changed files with 15 additions and 1 deletions

9
rpminspect.yaml Normal file
View File

@ -0,0 +1,9 @@
# Shutting off permissions due to python egg-info files
---
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: 2%{?dist}
Release: 3%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@ -83,6 +83,11 @@ to the screen.
%{python3_sitelib}/rteval/__pycache__/*
%changelog
* Wed Nov 15 2023 John Kacur <jkacur@redhat.com> - 3.7-3
- Add an rpminspect file to pass gating which is failing due to
python egg-info directory permissions
Resolves: RHEL-16401
* Mon Nov 13 2023 John Kacur <jkacur@redhat.com> - 3.7-2
- Remove upstream spec files
Resolves: RHEL-9189