diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..594a861 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +--- +inspections: + permissions: off + capabilities: off diff --git a/tuna.spec b/tuna.spec index 8424a90..b977a86 100644 --- a/tuna.spec +++ b/tuna.spec @@ -1,6 +1,6 @@ Name: tuna Version: 0.19 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-only AND LGPL-2.1-only Summary: Application tuning GUI & command line utility URL: https://git.kernel.org/pub/scm/utils/tuna/tuna.git @@ -69,6 +69,10 @@ done %{_datadir}/polkit-1/actions/org.tuna.policy %changelog +* Wed Dec 13 2023 John Kacur - 0.19-4 +- Add an rpminspect.yaml file +Resolves: RHEL-19396 + * Wed Dec 13 2023 John Kacur - 0.19-3 - Don't start the gui if a display is not available - Change to SPDX licence tag in the specfile