Hello community,
here is the log from the commit of package kubic-kured-image for
openSUSE:Factory checked in at 2019-05-13 14:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubic-kured-image (Old)
and /work/SRC/openSUSE:Factory/.kubic-kured-image.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubic-kured-image"
Mon May 13 14:50:18 2019 rev:5 rq:701947 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kubic-kured-image/kubic-kured-image.changes
2019-04-30 13:06:07.837865052 +0200
+++
/work/SRC/openSUSE:Factory/.kubic-kured-image.new.5148/kubic-kured-image.changes
2019-05-13 14:50:21.634761626 +0200
@@ -1,0 +2,5 @@
+Thu May 9 16:14:28 CEST 2019 - [email protected]
+
+- Fix "latest" tag
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kubic-kured-image.kiwi ++++++
--- /var/tmp/diff_new_pack.wTJmoh/_old 2019-05-13 14:50:22.250763178 +0200
+++ /var/tmp/diff_new_pack.wTJmoh/_new 2019-05-13 14:50:22.250763178 +0200
@@ -14,17 +14,17 @@
derived_from="obsrepositories:/tumbleweed/busybox#latest">
<containerconfig
name="kubic/kured"
- tag="%%SHORT_VERSION%%"
- additionaltags="%%LONG_VERSION%%,%%LONG_VERSION%%-%RELEASE%"
+ tag="latest"
+ additionaltags="%PKG_VERSION%,%PKG_VERSION%-%RELEASE%"
maintainer="Thorsten Kukuk <[email protected]>">
<entrypoint execute="/usr/bin/kured"/>
<labels>
<suse_label_helper:add_prefix prefix="org.opensuse.kubic.kured">
<label name="org.opencontainers.title" value="openSUSE Kubic
Kubernetes Reboot Daemon container"/>
<label name="org.opencontainers.description" value="Image
containing Kubernetes Reboot Daemon for openSUSE Kubic."/>
- <label name="org.opencontainers.version"
value="%%LONG_VERSION%%-%RELEASE%"/>
+ <label name="org.opencontainers.version"
value="%PKG_VERSION%-%RELEASE%"/>
<label name="org.opencontainers.created" value="%BUILDTIME%"/>
- <label name="org.opensuse.reference"
value="registry.opensuse.org/kubic/kured:%%LONG_VERSION%%-%RELEASE%"/>
+ <label name="org.opensuse.reference"
value="registry.opensuse.org/kubic/kured:%PKG_VERSION%-%RELEASE%"/>
<label name="org.openbuildservice.disturl" value="%DISTURL%"/>
</suse_label_helper:add_prefix>
</labels>
++++++ _service ++++++
--- /var/tmp/diff_new_pack.wTJmoh/_old 2019-05-13 14:50:22.270763229 +0200
+++ /var/tmp/diff_new_pack.wTJmoh/_new 2019-05-13 14:50:22.270763229 +0200
@@ -2,13 +2,7 @@
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">kubic-kured-image.kiwi</param>
- <param name="regex">%%SHORT_VERSION%%</param>
- <param name="parse-version">minor</param>
- <param name="package">kured</param>
- </service>
- <service name="replace_using_package_version" mode="buildtime">
- <param name="file">kubic-kured-image.kiwi</param>
- <param name="regex">%%LONG_VERSION%%</param>
+ <param name="regex">%PKG_VERSION%</param>
<param name="parse-version">patch</param>
<param name="package">kured</param>
</service>