--- /srv/rebuilderd/tmp/rebuilderdFdY5l3/inputs/nut-client_2.8.5-1_arm64.deb +++ /srv/rebuilderd/tmp/rebuilderdFdY5l3/out/nut-client_2.8.5-1_arm64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-09-08 23:47:02.000000 debian-binary │ -rw-r--r-- 0 0 0 3356 2026-09-08 23:47:02.000000 control.tar.xz │ --rw-r--r-- 0 0 0 992596 2026-09-08 23:47:02.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 992560 2026-09-08 23:47:02.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -13,16 +13,16 @@ │ │ │ -rwxr-xr-x 0 root (0) root (0) 133824 2026-09-08 23:47:02.000000 ./usr/bin/upscmd │ │ │ -rwxr-xr-x 0 root (0) root (0) 133840 2026-09-08 23:47:02.000000 ./usr/bin/upslog │ │ │ -rwxr-xr-x 0 root (0) root (0) 133824 2026-09-08 23:47:02.000000 ./usr/bin/upsrw │ │ │ -rwxr-xr-x 0 root (0) root (0) 1689 2026-09-08 23:47:02.000000 ./usr/bin/upssched-cmd │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-09-08 23:47:02.000000 ./usr/lib/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-09-08 23:47:02.000000 ./usr/lib/systemd/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-09-08 23:47:02.000000 ./usr/lib/systemd/system/ │ │ │ --rw-r--r-- 0 root (0) root (0) 2751 2026-09-08 23:47:02.000000 ./usr/lib/systemd/system/nut-logger.service │ │ │ --rw-r--r-- 0 root (0) root (0) 2802 2026-09-08 23:47:02.000000 ./usr/lib/systemd/system/nut-monitor.service │ │ │ +-rw-r--r-- 0 root (0) root (0) 2734 2026-09-08 23:47:02.000000 ./usr/lib/systemd/system/nut-logger.service │ │ │ +-rw-r--r-- 0 root (0) root (0) 2812 2026-09-08 23:47:02.000000 ./usr/lib/systemd/system/nut-monitor.service │ │ │ -rw-r--r-- 0 root (0) root (0) 889 2026-09-08 23:47:02.000000 ./usr/lib/systemd/system/nut.target │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-09-08 23:47:02.000000 ./usr/lib/tmpfiles.d/ │ │ │ -rw-r--r-- 0 root (0) root (0) 509 2026-09-08 23:47:02.000000 ./usr/lib/tmpfiles.d/nut-common-tmpfiles.conf │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-09-08 23:47:02.000000 ./usr/sbin/ │ │ │ -rwxr-xr-x 0 root (0) root (0) 200736 2026-09-08 23:47:02.000000 ./usr/sbin/upsmon │ │ │ -rwxr-xr-x 0 root (0) root (0) 133824 2026-09-08 23:47:02.000000 ./usr/sbin/upssched │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2026-09-08 23:47:02.000000 ./usr/share/ │ │ ├── ./usr/lib/systemd/system/nut-logger.service │ │ │ @@ -51,14 +51,14 @@ │ │ │ ExecReload=/bin/kill -HUP $MAINPID │ │ │ PIDFile=/run/nut/upslog.pid │ │ │ # With this program, the PID file always exists and "kill -TERM" in particular │ │ │ # can be used from command-line or some legacy scripts, it causes a clean and │ │ │ # intentional exit of the daemon (some other signals are also supported). │ │ │ # Then systemd should not revive it - hence restart it only on failure: │ │ │ Restart=on-failure │ │ │ -Type=notify │ │ │ +Type=simple │ │ │ #WatchdogSec=240s │ │ │ -NotifyAccess=main │ │ │ + │ │ │ │ │ │ [Install] │ │ │ WantedBy=nut.target │ │ │ Alias=upslog.service │ │ ├── ./usr/lib/systemd/system/nut-monitor.service │ │ │ @@ -33,30 +33,30 @@ │ │ │ │ │ │ [Service] │ │ │ EnvironmentFile=-/etc/nut/nut.conf │ │ │ SyslogIdentifier=%N │ │ │ # DO NOT actually start if MODE is known and is "none"; however │ │ │ # do start (and maybe fail if not yet configured), for other MODE │ │ │ # values or if nut.conf file is absent: │ │ │ -ExecCondition=/bin/sh -c '[ x"${MODE}" != x"none" ]' │ │ │ +### Since systemd v243 ### ExecCondition=/bin/sh -c '[ x"${MODE}" != x"none" ]' │ │ │ # This should be executed by the system, but better safe than sorry │ │ │ # (e.g. in custom rebuilds): │ │ │ ExecStartPre=-/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/nut-common-tmpfiles.conf │ │ │ ExecStart=/usr/sbin/upsmon -F │ │ │ ExecReload=/usr/sbin/upsmon -c reload │ │ │ PIDFile=/run/nut/upsmon.pid │ │ │ # If "-FF" or background-daemon mode is used, so that PID file exists │ │ │ # and "upsmon -c stop" in particular can be used from command-line or │ │ │ # legacy scripts, it causes a clean and intentional exit of the daemon. │ │ │ # Then systemd should not revive it - hence restart it only on failure: │ │ │ Restart=on-failure │ │ │ -Type=notify │ │ │ +Type=simple │ │ │ #WatchdogSec=240s │ │ │ -NotifyAccess=all │ │ │ + │ │ │ # With "SHUTDOWNEXIT" in play, stopping this unit MAY take time (or forever); │ │ │ # note that if a "Type=notify*" mode is enabled, the daemon would try to set │ │ │ # the infinite timeout when it begins OS shutdown and reports itself as stopping: │ │ │ -#TimeoutStopSec=infinity │ │ │ +TimeoutStopSec=infinity │ │ │ │ │ │ [Install] │ │ │ WantedBy=nut.target │ │ │ Alias=upsmon.service