Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package distrobox-image for openSUSE:Factory checked in at 2023-03-15 18:56:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/distrobox-image (Old) and /work/SRC/openSUSE:Factory/.distrobox-image.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distrobox-image" Wed Mar 15 18:56:33 2023 rev:2 rq:1072140 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/distrobox-image/distrobox-image.changes 2023-02-15 13:41:33.243108335 +0100 +++ /work/SRC/openSUSE:Factory/.distrobox-image.new.31432/distrobox-image.changes 2023-03-15 18:56:40.177073388 +0100 @@ -1,0 +2,6 @@ +Wed Mar 15 14:13:32 UTC 2023 - Richard Brown <rbr...@suse.com> + +- Explicitly add openSUSE-release to ensure %OS_VERSION_ID% is + found by kiwi-metainfo-helper + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.7nUcUg/_old 2023-03-15 18:56:40.805076728 +0100 +++ /var/tmp/diff_new_pack.7nUcUg/_new 2023-03-15 18:56:40.809076750 +0100 @@ -18,6 +18,7 @@ PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/distrobox:%OS_VERSION_ID%.%RELEASE%" # Packagelist from https://github.com/89luca89/distrobox/blob/main/distrobox-init#L639-L674 +# openSUSE-release included explicitly to ensure kiwi-metainfo-helper finds it for %OS_VERSION_ID% RUN zypper --non-interactive install --no-recommends bash \ bc \ curl \ @@ -41,6 +42,7 @@ libvulkan1 \ libvulkan_intel \ libvulkan_radeon \ + openSUSE-release \ && zypper al parallel-printer-support \ && zypper clean \ && sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = false/g' /etc/zypp/zypp.conf \