--- /srv/reproducible-results/rbuild-debian/r-b-build.LR3imt2f/b1/podman_5.3.0+ds1-2_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.LR3imt2f/b2/podman_5.3.0+ds1-2_arm64.changes ├── Files │ @@ -1,6 +1,6 @@ │ │ 351f094a4dbb97bcddfff7d06db2eab1 25950076 debug optional podman-dbgsym_5.3.0+ds1-2_arm64.deb │ - 3b5dcd39954034410054b804be7d6073 27648 admin optional podman-docker_5.3.0+ds1-2_arm64.deb │ + 20abbd432ef5c796247e0b1d933bc566 27648 admin optional podman-docker_5.3.0+ds1-2_arm64.deb │ 9c6aa42effe8e27351c0712ccca9b883 9936552 debug optional podman-remote-dbgsym_5.3.0+ds1-2_arm64.deb │ c363ae1b6213539540a5a20a1056b404 7779124 admin optional podman-remote_5.3.0+ds1-2_arm64.deb │ 09d0f8fb3defa04b3ba59fa92f589f34 20851996 admin optional podman_5.3.0+ds1-2_arm64.deb ├── podman-docker_5.3.0+ds1-2_arm64.deb │ ├── 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 2024-11-15 16:51:57.000000 ./ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./etc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./etc/profile.d/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 260 2024-11-15 16:51:57.000000 ./etc/profile.d/podman-docker.csh │ │ │ │ -rw-r--r-- 0 root (0) root (0) 276 2024-11-15 16:51:57.000000 ./etc/profile.d/podman-docker.sh │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./usr/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./usr/bin/ │ │ │ │ --rwxr-xr-x 0 root (0) root (0) 249 2024-11-15 16:51:57.000000 ./usr/bin/docker │ │ │ │ +-rwxr-xr-x 0 root (0) root (0) 250 2024-11-15 16:51:57.000000 ./usr/bin/docker │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./usr/lib/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./usr/lib/tmpfiles.d/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 63 2024-11-15 16:51:57.000000 ./usr/lib/tmpfiles.d/podman-docker.conf │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./usr/share/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./usr/share/doc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-15 16:51:57.000000 ./usr/share/doc/podman-docker/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 676 2024-11-15 16:51:57.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 "$@"