Hello community, here is the log from the commit of package permissions for openSUSE:Factory checked in at 2019-10-11 15:09:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/permissions (Old) and /work/SRC/openSUSE:Factory/.permissions.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "permissions" Fri Oct 11 15:09:45 2019 rev:127 rq:734799 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/permissions/permissions.changes 2019-09-26 20:34:40.359594462 +0200 +++ /work/SRC/openSUSE:Factory/.permissions.new.2352/permissions.changes 2019-10-11 15:10:36.617209826 +0200 @@ -1,0 +2,9 @@ +Thu Oct 3 12:38:09 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Add || exit 0 on the scriptlet as it can actually fail in + rootless containers with podman. This makes sure the zypper + does not abort the container creation. + * the actual error looks like: + /dev/zero: chown: Operation not permitted + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ permissions.spec ++++++ --- /var/tmp/diff_new_pack.PYQAa3/_old 2019-10-11 15:10:40.733198511 +0200 +++ /var/tmp/diff_new_pack.PYQAa3/_new 2019-10-11 15:10:40.741198489 +0200 @@ -88,7 +88,7 @@ %post config %{fillup_only -n security} # apply all potentially changed permissions -%{_bindir}/chkstat --system +%{_bindir}/chkstat --system || exit 0 %package -n chkstat Summary: SUSE Linux Default Permissions tool
