diff --git a/argbash.spec b/argbash.spec index f31f7f6..2df98f9 100644 --- a/argbash.spec +++ b/argbash.spec @@ -1,6 +1,6 @@ Name: argbash Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bash argument parsing code generator License: BSD URL: https://argbash.io @@ -14,7 +14,7 @@ BuildRequires: make BuildRequires: bash BuildRequires: bash-completion -%if 0%{?fedora} +%if 0%{?fedora} >= 27 BuildRequires: ShellCheck %endif @@ -66,6 +66,9 @@ cd resources && make check %{_sysconfdir}/bash_completion.d/argbash.sh %changelog +* Mon Mar 05 2018 Stephen Gallagher - 2.6.1-2 +- Fix build issue on Fedora 26 + * Mon Mar 05 2018 Stephen Gallagher - 2.6.1-1 - Update to 2.6.1 - Drop upstreamed patches