diff --git a/argbash.spec b/argbash.spec index 170eca6..b75e7f1 100644 --- a/argbash.spec +++ b/argbash.spec @@ -1,6 +1,6 @@ Name: argbash Version: 2.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bash argument parsing code generator License: BSD URL: https://argbash.io @@ -13,7 +13,7 @@ BuildRequires: coreutils BuildRequires: make BuildRequires: bash BuildRequires: bash-completion -BuildRequires: python3-docutils +BuildRequires: python%{python3_pkgversion}-docutils %if 0%{?fedora} >= 27 BuildRequires: ShellCheck @@ -68,6 +68,9 @@ cd resources && make check %{_datarootdir}/bash-completion/completions/hub/argbash %changelog +* Mon Jul 01 2019 Stephen Gallagher - 2.8.1-2 +- Fix python package version to work with EPEL 7 + * Mon Jul 01 2019 Stephen Gallagher - 2.8.1-1 - Update to 2.8.1 - https://github.com/matejak/argbash/releases/tag/2.8.1