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