diff --git a/openblas.spec b/openblas.spec index 007563b..49de5d8 100644 --- a/openblas.spec +++ b/openblas.spec @@ -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 - 0.3.26-6 +- Waive annocheck: --skip-fortify and --skip-lto +- Resolves: RHEL-33513 + * Mon Jun 24 2024 Troy Dawson - 0.3.26-5 - Bump release for June 2024 mass rebuild diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..77da4aa --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +annocheck: + extra_opts: + - hardened: --skip-fortify --skip-lto