Name: padd Version: 4.1.0 Release: 3%{?dist} Summary: PADD provides in-depth information about your Pi-hole License: EUPL-1.2 URL: https://github.com/pi-hole/PADD Source0: https://github.com/pi-hole/PADD/archive/refs/tags/v%{version}.tar.gz Source1: padd-completion.bash Patch0: padd-disable-self-update.patch BuildArch: noarch Requires: curl Requires: jq Requires: bind-utils Requires: ncurses Requires: bash-completion %description PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that was included with Pi-Hole. PADD provides in-depth information about your Pi-hole including the status of your Pi-hole, how many ads have been blocked, your hostname and IP, and your CPU's current load, among many other details. %prep %setup -q -n PADD-%{version} %patch -P 0 -p1 %build # Nothing to build – padd is a shell script %install install -D -m 0755 padd.sh %{buildroot}%{_bindir}/padd install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/padd %files %{_bindir}/padd %{_datadir}/bash-completion/completions/padd %changelog * Wed Apr 08 2026 Johannes - 4.1.0-3 - drop bash-completion from BuildRequires * Tue Apr 07 2026 Johannes - 4.1.0-2 - Disable PADD self-update in the RPM package * Thu Feb 26 2026 Johannes - 4.1.0-1 - Initial RPM packaging of PADD v4.1.0 - Add bash-completion script