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-07-29 11:49:23 +02:00
parent f3d9c64249
commit 2f68b07cc1
2 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,3 @@
annocheck:
- hardened: --skip-fortify --skip-lto --ignore-unknown --verbose
extra_opts:
- hardened: --skip-fortify --skip-lto

View File

@ -36,7 +36,7 @@
Summary: Scientific Tools for Python
Name: scipy
Version: 1.11.3
Release: 14%{?dist}
Release: 15%{?dist}
# BSD-3-Clause -- whole package except:
# BSD-2-Clause -- scipy/_lib/_pep440.py
@ -327,6 +327,10 @@ popd
%endif
%changelog
* Mon Jul 29 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-15
- Waive annocheck results: --skip-fortify and --skip-lto
- Resolves: RHEL-33519
* Thu Jun 27 2024 Pavel Simovec <psimovec@redhat.com> - 1.11.3-14
- rebuilt