diff --git a/rpminspect.yaml b/rpminspect.yaml index af168d1..77050ba 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,2 +1,2 @@ annocheck: - - rhel-policy: --skip-fortify --skip-lto --ignore-unknown --verbose + - hardened: --skip-fortify --skip-lto --ignore-unknown --verbose diff --git a/scipy.spec b/scipy.spec index 7a326b0..dbc9cb9 100644 --- a/scipy.spec +++ b/scipy.spec @@ -36,7 +36,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.11.3 -Release: 13%{?dist} +Release: 14%{?dist} # BSD-3-Clause -- whole package except: # BSD-2-Clause -- scipy/_lib/_pep440.py @@ -327,6 +327,9 @@ popd %endif %changelog +* Thu Jun 27 2024 Pavel Simovec - 1.11.3-14 +- rebuilt + * Wed Jun 26 2024 Pavel Simovec - 1.11.3-13 - Waive annocheck results: --skip-fortify and --skip-lto - Resolves: RHEL-33519