forked from pool/apptainer
Christian Goll
64943da115
- Do not build squashfuse, require it as a dependency. - Replace awkward 'Obsoletes: singularity-*' as well as the 'Provides: Singularity' by 'Conflicts:' and drop the provides - the versioning scheme does not match and we do not automatically migrate from one to the other. - Exclude platforms which do not provide all build dependencies. - removed CRYPTOGAMS license as not known in OBS and OpenSSL is OBS-URL: https://build.opensuse.org/request/show/1119873 OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=59
6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
# Have the same binary with and without setuid bit
|
|
# we want zero-length configs as placeholders
|
|
addFilter("zero-length")
|
|
# we do not want to migrate automatically
|
|
addFilter("obsolete-not-provided")
|