Christian Goll
a641c6661c
- added test for /etc/spack/no_rpm_trigger - added %triggerin and %triggerpostun for the packages which can be detected by spack - updated to 0.16.0 - added find for external packages - added dockerfile for leap * added patchfile added-dockerfile-for-opensuse-leap-15.patch - Add documentation (man and info pages, pdf doesn't build currently). * Do not ship documentation sources. - Do not distribute Dockerfiles and other container related material, yet. This needs to be fixed so that the samples work with SUSE. - Fully integrate spack into SUSE directory structure, fix paths where required. * Fix setup scripts to work correctly in above environment. OBS-URL: https://build.opensuse.org/request/show/854051 OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=3
14 lines
626 B
Plaintext
14 lines
626 B
Plaintext
# Fully intentional
|
|
addFilter("hidden-file-or-dir /etc/skel/.spack")
|
|
# These files are patches and not to be run directly
|
|
addFilter("script-without-shebang")
|
|
# These files are installed as part of the spack recipes
|
|
# and shouldn't be in a devel package
|
|
addFilter("devel-file-in-non-devel-package*")
|
|
# The spack group needs to be added to the list of known groups
|
|
addFilter("non-standard-group Unspecified")
|
|
addFilter("non-standard-gid .* spack")
|
|
# Spurious self-applying patches from an upstream source.
|
|
# These are part of recipes and not intended to run as scripts.
|
|
addFilter("non-executable-script /var/lib/spack/repos.*")
|