From cd54d6c2ca27ce767335759bc987d2dd732a922aab7da543c0de7ad9c508ec7e Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Thu, 21 Sep 2023 12:27:13 +0000 Subject: [PATCH] removed badness for binary in template OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=39 --- warewulf4-rpmlintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/warewulf4-rpmlintrc b/warewulf4-rpmlintrc index c43e4f0..88f497b 100644 --- a/warewulf4-rpmlintrc +++ b/warewulf4-rpmlintrc @@ -8,3 +8,6 @@ addFilter("non-executable-script /var/lib/warewulf/overlays/.*") addFilter("statically-linked-binary /var/lib/warewulf/overlays/system/default/warewulf/bin/wwclient") # go binaries are hard to strip addFilter("unstripped-binary-or-object.*") +# ignore the binary in /usr/share as this binary will to the nodes and not run on +# the host where the rpm is installed +addFilter("arch-dependent-file-in-usr-share")