diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..af168d1 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,2 @@ +annocheck: + - rhel-policy: --skip-fortify --skip-lto --ignore-unknown --verbose diff --git a/scipy.spec b/scipy.spec index d174e0f..7a326b0 100644 --- a/scipy.spec +++ b/scipy.spec @@ -36,7 +36,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.11.3 -Release: 12%{?dist} +Release: 13%{?dist} # BSD-3-Clause -- whole package except: # BSD-2-Clause -- scipy/_lib/_pep440.py @@ -327,6 +327,10 @@ popd %endif %changelog +* Wed Jun 26 2024 Pavel Simovec - 1.11.3-13 +- Waive annocheck results: --skip-fortify and --skip-lto +- Resolves: RHEL-33519 + * Mon Jun 24 2024 Troy Dawson - 1.11.3-12 - Bump release for June 2024 mass rebuild