Waive annocheck: --skip-fortify and --skip-lto

Resolves: RHEL-33519
--skip-lto waive shall be withdrawn when
  scipy is updated to newer version 1.13+ and
  LTO are re-enabled.
This commit is contained in:
Pavel Simovec 2024-06-26 12:37:17 +02:00
parent f4f98b9ee0
commit e76786f467
2 changed files with 7 additions and 1 deletions

2
rpminspect.yaml Normal file
View File

@ -0,0 +1,2 @@
annocheck:
- rhel-policy: --skip-fortify --skip-lto --ignore-unknown --verbose

View File

@ -36,7 +36,7 @@
Summary: Scientific Tools for Python
Name: scipy
Version: 1.11.3
Release: 12%{?dist}
Release: 13%{?dist}
# BSD-3-Clause -- whole package except:
# BSD-2-Clause -- scipy/_lib/_pep440.py
@ -327,6 +327,10 @@ popd
%endif
%changelog
* Wed Jun 26 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-13
- Waive annocheck results: --skip-fortify and --skip-lto
- Resolves: RHEL-33519
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.11.3-12
- Bump release for June 2024 mass rebuild