--- /srv/reproducible-results/rbuild-debian/r-b-build.aEPjRgoA/b1/podman_5.3.2+ds1-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.aEPjRgoA/b2/podman_5.3.2+ds1-1_amd64.changes ├── Files │ @@ -1,6 +1,6 @@ │ │ 94203c9be8422f85b337c8397e7b9657 27756984 debug optional podman-dbgsym_5.3.2+ds1-1_amd64.deb │ - dcd87e09c2aed4205846973c011e4945 28244 admin optional podman-docker_5.3.2+ds1-1_amd64.deb │ + 91d270dde03f96b078eb0b867d61ea54 28256 admin optional podman-docker_5.3.2+ds1-1_amd64.deb │ 5c185c5b8e97f27e3aee76a196dbd682 10564504 debug optional podman-remote-dbgsym_5.3.2+ds1-1_amd64.deb │ ee72a6f077fbde536b274e70463a4880 9057428 admin optional podman-remote_5.3.2+ds1-1_amd64.deb │ 5f0ffab5409075797bdf74f007eabe46 24159008 admin optional podman_5.3.2+ds1-1_amd64.deb ├── podman-docker_5.3.2+ds1-1_amd64.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-01-27 11:57:58.000000 debian-binary │ │ -rw-r--r-- 0 0 0 8852 2025-01-27 11:57:58.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 19200 2025-01-27 11:57:58.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 19212 2025-01-27 11:57:58.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./etc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./etc/profile.d/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 260 2025-01-27 11:57:58.000000 ./etc/profile.d/podman-docker.csh │ │ │ │ -rw-r--r-- 0 root (0) root (0) 276 2025-01-27 11:57:58.000000 ./etc/profile.d/podman-docker.sh │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./usr/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./usr/bin/ │ │ │ │ --rwxr-xr-x 0 root (0) root (0) 249 2025-01-27 11:57:58.000000 ./usr/bin/docker │ │ │ │ +-rwxr-xr-x 0 root (0) root (0) 250 2025-01-27 11:57:58.000000 ./usr/bin/docker │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./usr/lib/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./usr/lib/tmpfiles.d/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 63 2025-01-27 11:57:58.000000 ./usr/lib/tmpfiles.d/podman-docker.conf │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./usr/share/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./usr/share/doc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-01-27 11:57:58.000000 ./usr/share/doc/podman-docker/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 676 2025-01-27 11:57:58.000000 ./usr/share/doc/podman-docker/NEWS.Debian.gz │ │ │ ├── ./usr/bin/docker │ │ │ │ @@ -1,4 +1,4 @@ │ │ │ │ #!/bin/sh │ │ │ │ -[ -e /etc/containers/nodocker ] || [ -e "\${XDG_CONFIG_HOME-\/nonexistent/first-build/.config}/containers/nodocker" ] || \ │ │ │ │ +[ -e /etc/containers/nodocker ] || [ -e "\${XDG_CONFIG_HOME-\/nonexistent/second-build/.config}/containers/nodocker" ] || \ │ │ │ │ echo "Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg." >&2 │ │ │ │ exec /usr/bin/podman "$@"