refresh to cabal-rpm-2.2.1

This commit is contained in:
Jens Petersen 2024-07-15 00:55:10 +08:00
parent 19e0160642
commit c465772c7e

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-2.2.0
# generated by cabal-rpm-2.2.1
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
%global pkg_name ShellCheck
@ -138,6 +138,7 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
%check
%if %{with tests}
PATH=%{buildroot}%{_bindir}:$PATH
%cabal_test
%endif