Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package traefik for openSUSE:Factory checked in at 2025-04-04 18:09:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/traefik (Old) and /work/SRC/openSUSE:Factory/.traefik.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "traefik" Fri Apr 4 18:09:39 2025 rev:32 rq:1267103 version:3.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/traefik/traefik.changes 2025-03-10 19:07:29.043002624 +0100 +++ /work/SRC/openSUSE:Factory/.traefik.new.1907/traefik.changes 2025-04-04 18:09:41.617621015 +0200 @@ -1,0 +2,9 @@ +Mon Mar 31 00:02:54 UTC 2025 - Eric Torres <eric.tor...@its-et.me> + +- Change traefik user's home directory to /var/lib/traefik. This + will allow traefik to store data for plugins from https://plugins.traefik.io/plugins + without permission issues + + This change will reflect on existing installations automatically + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ traefik.spec ++++++ --- /var/tmp/diff_new_pack.DPD8xu/_old 2025-04-04 18:09:42.641663770 +0200 +++ /var/tmp/diff_new_pack.DPD8xu/_new 2025-04-04 18:09:42.641663770 +0200 @@ -154,6 +154,14 @@ chown -R traefik: %{_localstatedir}/lib/%{name} chown -R traefik: %{_localstatedir}/log/%{name} +# update traefik user's home directory +sysuser_homedir="$(getent passwd traefik | cut -d: -f6)" + +if [ "${sysuser_homedir}" != "%{_localstatedir}/lib/%{name}" ]; then + usermod --home %{_localstatedir}/lib/%{name} traefik + echo "Updated traefik home directory to %{_localstatedir}/lib/%{name}" 1>&2 +fi + %preun %service_del_preun %{name}.service ++++++ traefik-user.conf ++++++ --- /var/tmp/diff_new_pack.DPD8xu/_old 2025-04-04 18:09:42.709666609 +0200 +++ /var/tmp/diff_new_pack.DPD8xu/_new 2025-04-04 18:09:42.713666777 +0200 @@ -1,4 +1,4 @@ #Type Name ID GECOS Home directory Shell -u traefik - "HTTP reverse proxy and load balancer" /etc/traefik - +u traefik - "HTTP reverse proxy and load balancer" /var/lib/traefik - m traefik traefik