diff --git a/ShellCheck.spec b/ShellCheck.spec index d3a0b4a..b626747 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -9,7 +9,7 @@ Name: %{pkg_name} Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Shell script analysis tool License: GPLv3+ @@ -37,6 +37,7 @@ BuildRequires: ghc-process-prof BuildRequires: ghc-regex-tdfa-prof # End cabal-rpm deps BuildRequires: pandoc +Provides: shellcheck = %{version}-%{release} %description The goals of ShellCheck are: @@ -151,6 +152,9 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %changelog +* Wed Jun 15 2022 Jens Petersen - 0.8.0-2 +- add lowercase Provides (#1964325) + * Fri Mar 18 2022 Greg Hellings - 0.8.0-1 - Update to 0.8.0