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 2026-01-12 12:39:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/distrobox-image (Old)
and /work/SRC/openSUSE:Factory/.distrobox-image.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distrobox-image"
Mon Jan 12 12:39:19 2026 rev:6 rq:1326728 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/distrobox-image/distrobox-image.changes
2025-06-12 18:11:43.789306165 +0200
+++
/work/SRC/openSUSE:Factory/.distrobox-image.new.1928/distrobox-image.changes
2026-01-12 12:40:03.250540936 +0100
@@ -1,0 +2,6 @@
+Thu Jul 24 11:20:25 UTC 2025 - Jan Fooken <[email protected]>
+
+- Add dirmngr package to ensure GnuPG can access keyservers
+- Update link to upstream package list
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.CcI4n1/_old 2026-01-12 12:40:05.474633772 +0100
+++ /var/tmp/diff_new_pack.CcI4n1/_new 2026-01-12 12:40:05.482634106 +0100
@@ -17,8 +17,9 @@
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL
org.opensuse.reference="registry.opensuse.org/opensuse/distrobox:%OS_VERSION_ID%.%RELEASE%"
-# Packagelist from
https://github.com/89luca89/distrobox/blob/main/docs/distrobox_custom.md
+# Packagelist from
https://github.com/89luca89/distrobox/blob/main/docs/posts/distrobox_custom.md
# openSUSE-release included explicitly to ensure kiwi-metainfo-helper finds it
for %OS_VERSION_ID%
+# dirmngr included explicitly to ensue gnupg can access keyservers
RUN zypper --non-interactive install --no-recommends bash \
Mesa-dri \
bash-completion \
@@ -26,6 +27,7 @@
bzip2 \
curl \
diffutils \
+ dirmngr \
findutils \
glibc-locale \
glibc-locale-base \