Don't run shfmt

This commit is contained in:
Pat Riehecky 2026-03-18 15:00:53 -05:00
commit 0a161df504
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ Url: https://github.com/fermitools/shell-timeout
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Requires: coreutils filesystem sed
BuildRequires: make bash grep shellcheck shfmt
BuildRequires: make bash grep shellcheck
BuildRequires: (rubygem-asciidoctor or asciidoc)
%if %{with tests}
BuildRequires: podman
@ -29,7 +29,7 @@ after a configured period of inactivity.
%autosetup
%build
make man shfmt
make man
%install
# these must be in /etc/profile.d to actually work