From b58a7ae9a6033f1e35d787536195e64f0744c825 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Mon, 13 Dec 2021 14:25:13 -0300 Subject: [PATCH] python-dns subpackages allowed to be empty. Configure rpminspect to recognize python3-dns+idna and python3-dns+dnssec as meta-packages which is allowed to be empty. --- rpminspect.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..350095d --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +emptyrpm: + excepted_empty: + - python3-dns+idna + - python3-dns+dnssec +