diff --git a/rpminspect.yaml b/rpminspect.yaml index 996f3f8..9c2eb08 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -3,3 +3,7 @@ --- inspections: permissions: off + +capabilities: + ignore: + - /usr/lib/python*/site-packages/rteval-*-py*.egg-info diff --git a/rteval.spec b/rteval.spec index de0dffe..f2a0d82 100644 --- a/rteval.spec +++ b/rteval.spec @@ -1,6 +1,6 @@ Name: rteval Version: 3.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility to evaluate system suitability for RT Linux Group: Development/Tools @@ -68,6 +68,10 @@ to the screen. %{_bindir}/rteval %changelog +* Wed Nov 15 2023 John Kacur - 3.7-5 +- Add a capabilities rule to the rpminspect.yaml file +Resolves: RHEL-16400 + * Tue Nov 14 2023 John Kacur - 3.7-4 - Add an rpminspect.yaml file to turn off permissions checks for python egg-info files