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:
parent
35c6bc9b1d
commit
5aee1a6c86
9
rpminspect.yaml
Normal file
9
rpminspect.yaml
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user