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 2025-12-17 17:36:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spack-image (Old) and /work/SRC/openSUSE:Factory/.spack-image.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spack-image" Wed Dec 17 17:36:17 2025 rev:46 rq:1323216 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/spack-image/spack-image.changes 2025-11-06 18:18:22.120542188 +0100 +++ /work/SRC/openSUSE:Factory/.spack-image.new.1939/spack-image.changes 2025-12-17 17:40:46.810775309 +0100 @@ -1,0 +2,5 @@ +Tue Dec 16 15:28:01 UTC 2025 - SUSE Update Bot <[email protected]> + +- README.md language cleanups + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.doKVB3/_old 2025-12-17 17:40:47.442801885 +0100 +++ /var/tmp/diff_new_pack.doKVB3/_new 2025-12-17 17:40:47.446802053 +0100 @@ -3,7 +3,7 @@ ## Description Spack is a package manager for supercomputers. It provides build recipes -for more than 6000 software components, and it allows to build entire +for more than 6000 software components, and it allows building entire HPC application stacks with little to no prerequisites. This container image serves as a build environment for a `Dockerfile` @@ -33,10 +33,10 @@ final: - <additional packages for final container> ``` -Replace 'application spec' with the actual application name, and provide optional -build specifications (for details see the +Replace 'application spec' with the actual application name and provide optional +build specifications (for details, see the [Spack documentation](https://spack.readthedocs.io/en/latest/)). -The 'container_format' can be either `docker` for a docker/OCI container +The 'container_format' can be either `docker` for a Docker/OCI container image or `singularity` for a Singularity/Apptainer container image. The `os_packages` section is optional. Here you may specify additional packages to install in the build container or in the final @@ -51,7 +51,7 @@ ```ShellSession $ apptainer exec ./apptainer.sif <command line ...> ``` -To build a docker/OCI container, run the following commands: +To build a Docker/OCI container, run the following commands: ```ShellSession $ spack containerize > Containerfile $ podman build -t <target_name> --format=docker .
