--- /srv/reproducible-results/rbuild-debian/r-b-build.cNQiZ1dh/b1/podman_5.3.1+ds1-1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.cNQiZ1dh/b2/podman_5.3.1+ds1-1_i386.changes ├── Files │ @@ -1,6 +1,6 @@ │ │ 4168402714bb8b8102d57f6b13324a19 23853308 debug optional podman-dbgsym_5.3.1+ds1-1_i386.deb │ - 94141ba8eca642032d70ad739fa59c15 27556 admin optional podman-docker_5.3.1+ds1-1_i386.deb │ + 037554d66cd875721e852428114cd457 27556 admin optional podman-docker_5.3.1+ds1-1_i386.deb │ 6660b068f677f937d8957f3003c79f9f 9560264 debug optional podman-remote-dbgsym_5.3.1+ds1-1_i386.deb │ 4ceda8b02a9ec2b372a1014994d62d55 7965572 admin optional podman-remote_5.3.1+ds1-1_i386.deb │ 093700a42f3af596a73d72cfe4b447c0 22321676 admin optional podman_5.3.1+ds1-1_i386.deb ├── podman-docker_5.3.1+ds1-1_i386.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-25 16:26:43.000000 ./ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./etc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./etc/profile.d/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 260 2024-11-25 16:26:43.000000 ./etc/profile.d/podman-docker.csh │ │ │ │ -rw-r--r-- 0 root (0) root (0) 276 2024-11-25 16:26:43.000000 ./etc/profile.d/podman-docker.sh │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./usr/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./usr/bin/ │ │ │ │ --rwxr-xr-x 0 root (0) root (0) 249 2024-11-25 16:26:43.000000 ./usr/bin/docker │ │ │ │ +-rwxr-xr-x 0 root (0) root (0) 250 2024-11-25 16:26:43.000000 ./usr/bin/docker │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./usr/lib/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./usr/lib/tmpfiles.d/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 63 2024-11-25 16:26:43.000000 ./usr/lib/tmpfiles.d/podman-docker.conf │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./usr/share/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./usr/share/doc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-11-25 16:26:43.000000 ./usr/share/doc/podman-docker/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 676 2024-11-25 16:26:43.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 "$@"