From 3a6256d93527f3a44af314a9a0d24f0b3e2ecb2d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 23 Sep 2025 13:19:16 -0400 Subject: [PATCH] rpminspect.yaml: note that glibc-minimal-langpack is empty (RHEL-116641) This fixes the "continues to be empty" VERIFY from rpminspect. Support for this was added by: https://github.com/rpminspect/rpminspect/issues/1518 Resolves: RHEL-116641 RPM-Changelog: - RPM-Skip-Release: yes --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 3829b88..a15fc09 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -32,3 +32,7 @@ annocheck: # Remove --disable-hardened after https://github.com/rpminspect/rpminspect/issues/1515 is fixed jobs: - hardened: --disable-hardened --skip-lto + +emptyrpm: + expected_empty: + - glibc-minimal-langpack