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-07-08 19:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spack-image (Old)
 and      /work/SRC/openSUSE:Factory/.spack-image.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spack-image"

Mon Jul  8 19:09:50 2024 rev:12 rq:1186213 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/spack-image/spack-image.changes  2024-07-02 
18:17:52.666554516 +0200
+++ /work/SRC/openSUSE:Factory/.spack-image.new.2080/spack-image.changes        
2024-07-08 19:09:54.718364500 +0200
@@ -1,0 +2,5 @@
+Mon Jul  8 13:38:58 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- use minor version level only for spack
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.2W2zno/_old  2024-07-08 19:09:55.534394346 +0200
+++ /var/tmp/diff_new_pack.2W2zno/_new  2024-07-08 19:09:55.534394346 +0200
@@ -14,10 +14,10 @@
 # You can contact the BCI team via https://github.com/SUSE/bci/discussions
 
 #!ExclusiveArch: aarch64 x86_64
+#!BuildTag: opensuse/bci/spack:0.22
+#!BuildTag: opensuse/bci/spack:0.22-%RELEASE%
 #!BuildTag: opensuse/bci/spack:0.22.0
 #!BuildTag: opensuse/bci/spack:0.22.0-%RELEASE%
-#!BuildTag: opensuse/bci/spack:%%spack_minor%%
-#!BuildTag: opensuse/bci/spack:%%spack_minor%%-%RELEASE%
 #!BuildTag: opensuse/bci/spack:latest
 
 FROM opensuse/tumbleweed:latest
@@ -28,12 +28,12 @@
 # labelprefix=org.opensuse.bci.spack
 LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Spack 
development"
 LABEL org.opencontainers.image.description="Spack is a flexible package 
manager for supercomputers, based on the openSUSE Tumbleweed Base Container 
Image."
-LABEL org.opencontainers.image.version="0.22.0"
+LABEL org.opencontainers.image.version="0.22"
 LABEL org.opencontainers.image.url="https://www.opensuse.org";
 LABEL org.opencontainers.image.created="%BUILDTIME%"
 LABEL org.opencontainers.image.vendor="openSUSE Project"
 LABEL org.opencontainers.image.source="%SOURCEURL%"
-LABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/bci/spack:0.22.0-%RELEASE%"
+LABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/bci/spack:0.22-%RELEASE%"
 LABEL org.openbuildservice.disturl="%DISTURL%"
 LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime";
 LABEL org.opensuse.release-stage="released"

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.2W2zno/_old  2024-07-08 19:09:55.562395370 +0200
+++ /var/tmp/diff_new_pack.2W2zno/_new  2024-07-08 19:09:55.566395516 +0200
@@ -1,4 +1,4 @@
-# Spack 0.22.0 container image
+# Spack 0.22 container image
 ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
 
 ## Description
@@ -24,7 +24,7 @@
   container:
     format: <container_format>
     images:
-      build: "registry.opensuse.org/opensuse/bci/spack:0.22.0"
+      build: "registry.opensuse.org/opensuse/bci/spack:0.22"
       final: "registry.suse.com/bci/bci-base:latest"
     os_packages:
       command: zypper
@@ -63,7 +63,7 @@
 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:0.22.0 containerize > Containerfile
+$ podman run -v $(pwd):/root:Z --rm 
registry.opensuse.org/opensuse/bci/spack:0.22 containerize > Containerfile
 ```
 For further information, refer to the
 [Spack documentation on container 
images](https://spack.readthedocs.io/en/latest/containers.html).

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2W2zno/_old  2024-07-08 19:09:55.594396540 +0200
+++ /var/tmp/diff_new_pack.2W2zno/_new  2024-07-08 19:09:55.594396540 +0200
@@ -1,12 +1,6 @@
 <services>
   <service mode="buildtime" name="docker_label_helper"/>
   <service mode="buildtime" name="kiwi_metainfo_helper"/>
-  <service name="replace_using_package_version" mode="buildtime">
-    <param name="file">Dockerfile</param>
-    <param name="regex">%%spack_minor%%</param>
-    <param name="package">spack</param>
-    <param name="parse-version">minor</param>
-  </service>
 </services>
 (No newline at EOF)
 

Reply via email to