Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spack-image for openSUSE:Factory checked in at 2024-05-08 11:40:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spack-image (Old) and /work/SRC/openSUSE:Factory/.spack-image.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spack-image" Wed May 8 11:40:22 2024 rev:3 rq:1172585 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/spack-image/spack-image.changes 2024-05-06 17:56:19.645803111 +0200 +++ /work/SRC/openSUSE:Factory/.spack-image.new.1880/spack-image.changes 2024-05-08 11:41:32.092703722 +0200 @@ -1,0 +2,5 @@ +Tue May 7 19:07:24 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- extend READMEs; correct eula for application images + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.9xxK0B/_old 2024-05-08 11:41:32.564720887 +0200 +++ /var/tmp/diff_new_pack.9xxK0B/_new 2024-05-08 11:41:32.568721033 +0200 @@ -1,7 +1,10 @@ # Spack %%spack_version%% Container Image + + Spack is a package manager for supercomputers. It provides build recipes -for more than 6000 software components, and it allows to build entire HPC application stacks with little to no prerequisites. +for more than 6000 software components, and it allows to build entire +HPC application stacks with little to no prerequisites. This container image serves as a build environment for a `Dockerfile` or an `apptainter.def` file created by `spack containerize`. It can be @@ -22,7 +25,7 @@ container: format: <container_format> images: - build: "registry.opensuse.org/opensuse/bci/spack:%%spack_version%%-%RELEASE%" + build: "registry.opensuse.org/opensuse/bci/spack:%%spack_version%%" final: "registry.suse.com/bci/bci-base:latest" os_packages: command: zypper @@ -61,9 +64,16 @@ If you do not have a local installation of Spack, you can use this container to run Spack commands - like `spack containerize`: ```ShellSession -$ podman run -v $(pwd):/root:Z --rm registry.opensuse.org/opensuse/bci/spack:%%spack_version%%-%RELEASE% containerize > Containerfile +$ podman run -v $(pwd):/root:Z --rm registry.opensuse.org/opensuse/bci/spack:%%spack_version%% containerize > Containerfile ``` For further information, refer to the (Spack documentation on container images)[https://spack.readthedocs.io/en/latest/containers.html]. -(No newline at EOF) +## Licensing +`SPDX-License-Identifier: MIT` + +The build recipe and this documentation is licensed as MIT. +The container itself contains various software components under various open source licenses listed in the associated +Software Bill of Materials (SBOM). + +This image is based on [openSUSE Tumbleweed](https://get.opensuse.org/tumbleweed/).