add lowercase provides (#1964325)
This commit is contained in:
parent
bc73156517
commit
7018f422ab
@ -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 <petersen@redhat.com> - 0.8.0-2
|
||||
- add lowercase Provides (#1964325)
|
||||
|
||||
* Fri Mar 18 2022 Greg Hellings <greg.hellings@gmail.com> - 0.8.0-1
|
||||
- Update to 0.8.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user