From 13dc3794cbd9970acff66ff4d3d6e7e9c4522a81 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Fri, 10 Dec 2021 14:19:15 +0100 Subject: [PATCH] Make rpminspect happy --- rpminspect.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..536e231 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,11 @@ +# https://one.redhat.com/rhel-developer-guide/#_modifying_a_per_package_rpminspect_yaml_file +# https://github.com/rpminspect/rpminspect/blob/master/data/generic.yaml +badfuncs: + # Optional list of glob(7) specifications to match files to ignore + # for this inspection. The format of this list is the same as the + # global 'ignore' list. The difference is the items specified + # here will only be used during this inspection. + # XXX we should have an option to ignore only one func, gethostbyname, but currently we don't + ignore: + - /usr/lib*/libcrypto.so* +