Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cdi-importer-container for
openSUSE:Factory checked in at 2021-05-05 20:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdi-importer-container (Old)
and /work/SRC/openSUSE:Factory/.cdi-importer-container.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdi-importer-container"
Wed May 5 20:39:47 2021 rev:3 rq:890448 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/cdi-importer-container/cdi-importer-container.changes
2021-04-27 21:34:55.108009101 +0200
+++
/work/SRC/openSUSE:Factory/.cdi-importer-container.new.2988/cdi-importer-container.changes
2021-05-05 20:39:51.434953259 +0200
@@ -1,0 +2,5 @@
+Wed Apr 28 16:31:10 UTC 2021 - Vasily Ulyanov <[email protected]>
+
+- Tag the image with <version>-<release>
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.maitCZ/_old 2021-05-05 20:39:51.850951474 +0200
+++ /var/tmp/diff_new_pack.maitCZ/_new 2021-05-05 20:39:51.854951457 +0200
@@ -1,6 +1,7 @@
# Defines the tag for OBS and build script builds:
#!BuildTag: %%TAGPREFIX%%/cdi-importer:%%PKG_VERSION%%
#!BuildTag: %%TAGPREFIX%%/cdi-importer:%%PKG_VERSION%%.%RELEASE%
+#!BuildTag: %%TAGPREFIX%%/cdi-importer:%%PKG_VERSION%%-%%PKG_RELEASE%%
# cdi-importer container image
# KUBEVIRTFROM defined in prjconf, e.g.
++++++ _service ++++++
--- /var/tmp/diff_new_pack.maitCZ/_old 2021-05-05 20:39:51.870951388 +0200
+++ /var/tmp/diff_new_pack.maitCZ/_new 2021-05-05 20:39:51.874951371 +0200
@@ -1,16 +1,13 @@
<services>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
- <service name="replace_using_package_version" mode="buildtime">
- <param name="file">Dockerfile</param>
- <param name="regex">%%PKG_VERSION%%</param>
- <param name="parse-version">patch</param>
- <param name="package">containerized-data-importer-importer</param>
- </service>
+ <service mode="buildtime" name="cdi_containers_meta"/>
<service mode="buildtime" name="replace_using_env">
<param name="file">Dockerfile</param>
+ <param name="var">PKG_VERSION</param>
+ <param name="var">PKG_RELEASE</param>
<param name="var">TAGPREFIX</param>
<param name="var">LABELPREFIX</param>
- <param name="eval">source
/usr/lib/obs/service/meta/virt-containers-meta</param>
+ <param name="eval">pkg=containerized-data-importer-importer source
/usr/lib/obs/service/cdi_containers_meta</param>
<param name="verbose">1</param>
</service>
<service mode="buildtime" name="docker_label_helper"/>