Waive annocheck: --skip-fortify and --skip-lto
Resolves: RHEL-33513 --skip-fortify is waived, as it doesn't work well with files mixed with fortran. --skip-lto as comment in specfile says: "openblas fails to build with LTO due to undefined symbols."
This commit is contained in:
parent
66a08332db
commit
bc9db43296
@ -15,7 +15,7 @@
|
||||
|
||||
Name: openblas
|
||||
Version: 0.3.26
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: An optimized BLAS library based on GotoBLAS2
|
||||
|
||||
License: BSD-3-Clause
|
||||
@ -651,6 +651,10 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Pavel Simovec <psimovec@redhat.com> - 0.3.26-6
|
||||
- Waive annocheck: --skip-fortify and --skip-lto
|
||||
- Resolves: RHEL-33513
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.3.26-5
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
annocheck:
|
||||
extra_opts:
|
||||
- hardened: --skip-fortify --skip-lto
|
Loading…
Reference in New Issue
Block a user