This commit is contained in:
Jens Petersen 2019-07-26 16:36:39 +00:00
parent 90d322b6eb
commit a45f10aab4
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Name: %{pkg_name}
Version: 0.6.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Shell script analysis tool
License: GPLv3+
@ -121,6 +121,9 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
%changelog
* Fri Jul 26 2019 Jens Petersen <petersen@redhat.com> - 0.6.0-5
- rebuild
* Sat May 18 2019 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 0.6.0-4
- Add upstream patch for BZ#1707331 (infinite loop on annotations for SC2188)