Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package opensuse-fetchmail-image for
openSUSE:Factory checked in at 2026-05-10 16:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-fetchmail-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-fetchmail-image.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-fetchmail-image"
Sun May 10 16:47:21 2026 rev:6 rq:1352190 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-fetchmail-image/opensuse-fetchmail-image.changes
2026-04-22 17:02:24.114954159 +0200
+++
/work/SRC/openSUSE:Factory/.opensuse-fetchmail-image.new.1966/opensuse-fetchmail-image.changes
2026-05-10 16:47:58.943939701 +0200
@@ -1,0 +2,8 @@
+Sat May 09 11:10:30 UTC 2026 - Thorsten Kukuk <[email protected]>
+
+- Update to version 1778324988.c8c187b:
+ * fetchmail: fix ownership and permission of /var/lib/fetchmail
+ * fetchmail: make sure /var/lib/fetchmail exists
+ * Remove busybox-coreutils if ca-certificates get's installed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opensuse-fetchmail-image.kiwi ++++++
--- /var/tmp/diff_new_pack.pYSbhc/_old 2026-05-10 16:47:59.439960001 +0200
+++ /var/tmp/diff_new_pack.pYSbhc/_new 2026-05-10 16:47:59.443960164 +0200
@@ -44,12 +44,11 @@
<package name="fetchmail"/>
<package name="mandoc"/>
<package name="netcfg"/>
- <package name="coreutils"/>
<package name="ca-certificates"/>
<package name="ca-certificates-mozilla"/>
<package name="timezone"/>
- <package name="-busybox-man"/>
<package name="-busybox-coreutils"/>
+ <package name="-busybox-man"/>
</packages>
</image>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.pYSbhc/_old 2026-05-10 16:47:59.523963439 +0200
+++ /var/tmp/diff_new_pack.pYSbhc/_new 2026-05-10 16:47:59.527963602 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/thkukuk/containers-mailserver.git</param>
- <param
name="changesrevision">edeb5baf3e9985fdd4b4482daf50d56eb833c3f4</param></service></servicedata>
+ <param
name="changesrevision">c8c187bd933ebaa678f136adcd3d21f63c1dcab7</param></service></servicedata>
(No newline at EOF)
++++++ root.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/root/entrypoint.sh new/root/entrypoint.sh
--- old/root/entrypoint.sh 2026-01-26 09:16:29.000000000 +0100
+++ new/root/entrypoint.sh 2026-05-09 13:09:48.000000000 +0200
@@ -26,7 +26,7 @@
# Main
#
-OPTS="-d "${POLLING_INTERVAL}" -f /var/lib/fetchmail/fetchmailrc --nodetach
--nosyslog"
+OPTS="-d ${POLLING_INTERVAL} -f /var/lib/fetchmail/fetchmailrc --nodetach
--nosyslog"
[ "$DEBUG" -eq "1" ] && OPTS="$OPTS -v"
[ "$FETCHALL" -eq "1" ] && OPTS="$OPTS -a"
[ "$SILENT" -eq "1" ] && OPTS="$OPTS -s"
@@ -36,6 +36,11 @@
/usr/sbin/update-ca-certificates
+if [ ! -d /var/lib/fetchmail ]; then
+ mkdir -p /var/lib/fetchmail
+ chown fetchmail:fetchmail /var/lib/fetchmail
+ chmod 0700 /var/lib/fetchmail
+fi
if [ -e /etc/fetchmailrc ] && [ ! -e /var/lib/fetchmail/fetchmailrc ]; then
cp /etc/fetchmailrc /var/lib/fetchmail/fetchmailrc
chown fetchmail:fetchmail /var/lib/fetchmail/fetchmailrc
++++++ root.obsinfo ++++++
--- /var/tmp/diff_new_pack.pYSbhc/_old 2026-05-10 16:47:59.631967859 +0200
+++ /var/tmp/diff_new_pack.pYSbhc/_new 2026-05-10 16:47:59.635968022 +0200
@@ -1,5 +1,5 @@
name: root
version:
-mtime: 1769415389
-commit: 788351c72c9a00a636e0ecdf81429342d70a34b0
+mtime: 1778324988
+commit: c8c187bd933ebaa678f136adcd3d21f63c1dcab7