From dcf500cb7b44e65b4a4d193e3ddaaab977672477 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Mon, 15 May 2023 11:43:26 +0200 Subject: [PATCH] Import rpminspect configuration from dist-git --- rpminspect.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..497cd0b --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,21 @@ +# rpminspect profile for Anaconda + +--- +inspections: + # The icon org.fedoraproject.AnacondaInstaller is part of + # fedora-logos package + desktop: off + # https://issues.redhat.com/browse/INSTALLER-2741 + # https://issues.redhat.com/browse/OSCI-2834 + filesize: off + +changedfiles: + # Ignore updated translations + ignore: + - /usr/share/locale/*/LC_MESSAGES/anaconda.mo +emptyrpm: + # Ignore metapackages + expected_empty: + - anaconda + - anaconda-install-env-deps + - anaconda-install-img-deps