SHA256
1
0
forked from pool/warewulf4

removed badness for binary in template

OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=39
This commit is contained in:
Christian Goll 2023-09-21 12:27:13 +00:00 committed by Git OBS Bridge
parent 4acc12852c
commit cd54d6c2ca

View File

@ -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") addFilter("statically-linked-binary /var/lib/warewulf/overlays/system/default/warewulf/bin/wwclient")
# go binaries are hard to strip # go binaries are hard to strip
addFilter("unstripped-binary-or-object.*") 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")