diff --git a/rpminspect.yaml b/rpminspect.yaml index c7177c4..ab3e59b 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -5,7 +5,7 @@ annocheck: extra_opts: - hardened: --skip-run-path + hardened: --skip-run-path --skip-stack-prot runpath: allowed_paths: diff --git a/toolbox.spec b/toolbox.spec index 9188edf..b44b5dc 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -31,7 +31,7 @@ Version: 0.0.99.5 %endif %endif -Release: 13%{?dist} +Release: 14%{?dist} Summary: Tool for interactive command line environments on Linux License: Apache-2.0 @@ -206,6 +206,11 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Thu Jul 11 2024 Debarshi Ray - 0.0.99.5-14 +- Silence 'rpminspect --tests=stack-prot' +- Silence 'rpminspect --tests=annocheck' (part 2) +Resolves: RHEL-33522 + * Mon Jun 24 2024 Troy Dawson - 0.0.99.5-13 - Bump release for June 2024 mass rebuild