From 65db55d8d85da81baefde96049817f1786814d9f Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Wed, 22 Sep 2021 20:21:21 -0700 Subject: [PATCH] Ignore badfuncs error in rpminspect Related: rhbz#2002747 --- openldap.spec | 1 + rpminspect.yaml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 rpminspect.yaml diff --git a/openldap.spec b/openldap.spec index 3dda44a..90739f4 100644 --- a/openldap.spec +++ b/openldap.spec @@ -558,6 +558,7 @@ exit 0 %changelog * Wed Sep 22 2021 Simon Pichugin - 2.4.59-2 - Enable BIND_NOW to prevent GOT overwrite attacks. +- Ignore badfuncs error in rpminspect because it's a false positive Related: rhbz#2002747 * Tue Sep 14 2021 Simon Pichugin - 2.4.59-1 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0c3bdf7 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + badfuncs: off