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-04-01 21:36:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-libguestfs-tools-container (Old)
and /work/SRC/openSUSE:Factory/.virt-libguestfs-tools-container.new.1900
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-libguestfs-tools-container"
Fri Apr 1 21:36:11 2022 rev:4 rq:966373 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/virt-libguestfs-tools-container/virt-libguestfs-tools-container.changes
2022-03-13 20:25:58.227712041 +0100
+++
/work/SRC/openSUSE:Factory/.virt-libguestfs-tools-container.new.1900/virt-libguestfs-tools-container.changes
2022-04-01 21:37:29.824581620 +0200
@@ -1,0 +2,5 @@
+Fri Apr 1 07:53:00 UTC 2022 - Vasily Ulyanov <[email protected]>
+
+- Explicitly state the dependency on kubevirt main package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.r6kTvG/_old 2022-04-01 21:37:30.276576663 +0200
+++ /var/tmp/diff_new_pack.r6kTvG/_new 2022-04-01 21:37:30.280576619 +0200
@@ -17,6 +17,12 @@
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL
org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/libguestfs-tools:%%PKG_VERSION%%.%RELEASE%"
+# Note: the trick with install/remove kubevirt-manifests is needed to ensure
+# that OBS triggers the rebuild of the container whenever the main kubevirt
+# package is updated. Even though there is no direct dependency on the RPM
+# itself, we still need to add proper tags. Having a reference to the build
+# service obs-service-kubevirt_containers_meta in the _service file apparently
+# is not enough.
RUN zypper -n install \
bash \
btrfsprogs \
@@ -29,6 +35,7 @@
guestfs-winsupport \
jfsutils \
kernel-kvmsmall \
+ kubevirt-manifests \
ldmtool \
libguestfs \
libguestfs-devel \
@@ -41,6 +48,7 @@
xfsprogs \
xorriso \
zerofree && \
+ zypper -n remove kubevirt-manifests && \
zypper clean -a
COPY entrypoint.sh /entrypoint.sh