Waive annocheck: --skip-optimization
Resolves: RHEL-33513
This commit is contained in:
parent
a0df2db864
commit
66191554ae
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: openblas
|
Name: openblas
|
||||||
Version: 0.3.28
|
Version: 0.3.28
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: An optimized BLAS library based on GotoBLAS2
|
Summary: An optimized BLAS library based on GotoBLAS2
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -651,6 +651,10 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 10 2025 Pavel Simovec <psimovec@redhat.com> - 0.3.28-2
|
||||||
|
- Waive annocheck: --skip-optimization
|
||||||
|
- Resolves: RHEL-33513
|
||||||
|
|
||||||
* Tue Nov 19 2024 Pavel Simovec <psimovec@redhat.com> - 0.3.28-1
|
* Tue Nov 19 2024 Pavel Simovec <psimovec@redhat.com> - 0.3.28-1
|
||||||
- Update to 0.3.28
|
- Update to 0.3.28
|
||||||
Resolves: BZ#2273704
|
Resolves: BZ#2273704
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
annocheck:
|
annocheck:
|
||||||
extra_opts:
|
extra_opts:
|
||||||
- hardened: --skip-fortify --skip-lto --skip-implicit-values
|
- hardened: --skip-fortify --skip-lto --skip-implicit-values --skip-optimization
|
||||||
|
Loading…
Reference in New Issue
Block a user