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
b70ab5fe07
commit
a1cacf80b1
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Shutting off permissions due to python egg-info files
|
||||||
|
|
||||||
|
---
|
||||||
|
inspections:
|
||||||
|
permissions: off
|
@ -1,6 +1,6 @@
|
|||||||
Name: rteval
|
Name: rteval
|
||||||
Version: 3.7
|
Version: 3.7
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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,11 @@ to the screen.
|
|||||||
%{_bindir}/rteval
|
%{_bindir}/rteval
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 13 2023 John Kacur <jkacur@redhat.com> - 3.7-3
|
||||||
- Remove upstream specfile
|
- Remove upstream specfile
|
||||||
Resolves: RHEL-7615
|
Resolves: RHEL-7615
|
||||||
|
Loading…
Reference in New Issue
Block a user