Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package virt-libguestfs-tools-container for
openSUSE:Factory checked in at 2022-08-05 19:51:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-libguestfs-tools-container (Old)
and /work/SRC/openSUSE:Factory/.virt-libguestfs-tools-container.new.1521
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-libguestfs-tools-container"
Fri Aug 5 19:51:15 2022 rev:6 rq:993184 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/virt-libguestfs-tools-container/virt-libguestfs-tools-container.changes
2022-04-08 22:45:35.307225917 +0200
+++
/work/SRC/openSUSE:Factory/.virt-libguestfs-tools-container.new.1521/virt-libguestfs-tools-container.changes
2022-08-05 19:52:13.177644471 +0200
@@ -1,0 +2,5 @@
+Thu Aug 4 07:29:45 UTC 2022 - Vasily Ulyanov <[email protected]>
+
+- Use standard LABEL directive to add mandatory labels
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.M4Sbkv/_old 2022-08-05 19:52:13.677645762 +0200
+++ /var/tmp/diff_new_pack.M4Sbkv/_new 2022-08-05 19:52:13.681645772 +0200
@@ -14,13 +14,16 @@
# since TARGETARCH is not defined in OBS builds yet. Default to amd64.
ARG TARGETARCH=amd64
+# Mandatory labels for the build service:
+# https://en.opensuse.org/Building_derived_containers
# labelprefix=%%LABELPREFIX%%
-PREFIXEDLABEL org.opencontainers.image.title="kubevirt libguestfs-tools
container"
-PREFIXEDLABEL org.opencontainers.image.description="Container for libguestfs
tools"
-PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
-PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
-PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
-PREFIXEDLABEL
org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/libguestfs-tools:%%PKG_VERSION%%.%RELEASE%"
+LABEL org.opencontainers.image.title="kubevirt libguestfs-tools container"
+LABEL org.opencontainers.image.description="Container for libguestfs tools"
+LABEL org.opencontainers.image.created="%BUILDTIME%"
+LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
+LABEL org.openbuildservice.disturl="%DISTURL%"
+LABEL
org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/libguestfs-tools:%%PKG_VERSION%%.%RELEASE%"
+# endlabelprefix
# Note: the trick with install/remove kubevirt-manifests is needed to ensure
# that OBS triggers the rebuild of the container whenever the main kubevirt
++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.M4Sbkv/_old 2022-08-05 19:52:13.705645834 +0200
+++ /var/tmp/diff_new_pack.M4Sbkv/_new 2022-08-05 19:52:13.705645834 +0200
@@ -1,7 +1,7 @@
<constraints>
<hardware>
<disk>
- <size unit="G">6</size>
+ <size unit="G">10</size>
</disk>
</hardware>
</constraints>