From 0a161df5046a26de17f8909cb3de89b0880bdb8f Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Wed, 18 Mar 2026 15:00:53 -0500 Subject: [PATCH] Don't run shfmt --- shell-timeout.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell-timeout.spec b/shell-timeout.spec index 08a0276..db8cb6a 100644 --- a/shell-timeout.spec +++ b/shell-timeout.spec @@ -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