Christian Goll
ef35587763
- Fix broken magic in HPC module file. This has been broken since: Wed Apr 19 23:20:41 UTC 2023 - Christoph G <foss@grueninger.de> - Fix two rpmlint warning. - Add rpmlintrc. OBS-URL: https://build.opensuse.org/request/show/1083915 OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=41
9 lines
464 B
Plaintext
9 lines
464 B
Plaintext
# In multibuild spec file names are expected to be different from source package names
|
|
addFilter(".*-hpc.*: E: invalid-spec-name")
|
|
# 'hidden' file names are standard for environment modules
|
|
addFilter(".*: W: hidden-file-or-dir /usr/share/lmod/.*/.version.*")
|
|
# Not a macro but the file magic for environment module files
|
|
addFilter(".*: W: macro-in-comment %Module1")
|
|
# Not a doc but an example package
|
|
addFilter(".*-examples.noarch: W: package-with-huge-docs .*")
|