SHA256
1
0
forked from pool/warewulf4
warewulf4/warewulf4-rpmlintrc
Egbert Eich 7ec233212d Accepting request 1146236 from home:eeich:branches:network:cluster
- Rename: warewulf4-doc -> warewulf4-man.
- Rename: warewulf4-slurm -> warewulf4-overlay-slurm
- Set warewulf4-man and warewulf4-overlay-slurm to noarch.
- Use bash for config-warewulf.sh
- Improved rpmlint filters.

- added vendor.tar.gz as git hash source doesn't have vendoring

OBS-URL: https://build.opensuse.org/request/show/1146236
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf4?expand=0&rev=56
2024-02-12 21:54:08 +00:00

21 lines
1.0 KiB
Plaintext

# ignore hidden files and executable bits in overlay
# directories, as this files are meant to be run on
# compute nodes
addFilter("hidden-file-or-dir /var/lib/warewulf/overlays/,*")
addFilter("non-executable-script /var/lib/warewulf/overlays/.*")
# wwclient is called on a compute node *before* systemd in
# order to provision the system, so it *must* be statically linked
addFilter("statically-linked-binary .*/wwclient")
addFilter("shared-lib-without-dependency-information .*/wwclient")
# go binaries are hard to strip
addFilter("unstripped-binary-or-object.*")
# Intentional - symlinks will be copied to the client
addFilter("dangling-symlink .*/warewulf/overlays")
# LOL. Not every changelog entry marks a version update.
addFilter("no-version-in-last-changelog")
# C'on, really? We have to build for multiple target version with different rpmlint settings.
addFilter("unused-rpmlintrc-filter")
# 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")