diff --git a/argbash.spec b/argbash.spec index 5024bd2..504914e 100644 --- a/argbash.spec +++ b/argbash.spec @@ -1,6 +1,6 @@ Name: argbash Version: 2.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bash argument parsing code generator License: BSD URL: https://argbash.io @@ -68,6 +68,9 @@ cd resources && make check %{_datarootdir}/bash-completion/completions/argbash %changelog +* Mon Aug 03 2020 Stephen Gallagher - 2.9.0-2 +- Build for epel8 as well + * Mon Aug 03 2020 Stephen Gallagher - 2.9.0-1 - Update to 2.9.0 - Bugfixes diff --git a/package.cfg b/package.cfg index cbc3fec..d25300b 100644 --- a/package.cfg +++ b/package.cfg @@ -1,2 +1,2 @@ [koji] -targets = master fedora epel8 epel7 +targets = master fedora epel8 epel8-playground epel7