diff --git a/argbash.spec b/argbash.spec index b75e7f1..40460c6 100644 --- a/argbash.spec +++ b/argbash.spec @@ -1,6 +1,6 @@ Name: argbash Version: 2.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bash argument parsing code generator License: BSD URL: https://argbash.io @@ -50,7 +50,7 @@ cd resources && \ PREFIXED_LIBDIR=%{_datarootdir} \ SYSCONFDIR=%{_sysconfdir} \ INSTALL_COMPLETION=yes \ - BASH_COMPLETION_DIRECTORY=%{_datarootdir}/bash-completion/completions/hub \ + BASH_COMPLETION_DIRECTORY=%{_datarootdir}/bash-completion/completions \ make install %check @@ -65,9 +65,12 @@ cd resources && make check %{_bindir}/argbash-1to2 %{_bindir}/argbash-init %{_datarootdir}/argbash/ -%{_datarootdir}/bash-completion/completions/hub/argbash +%{_datarootdir}/bash-completion/completions/argbash %changelog +* Tue Jul 16 2019 Stephen Gallagher - 2.8.1-3 +- Fix bash completion directory + * Mon Jul 01 2019 Stephen Gallagher - 2.8.1-2 - Fix python package version to work with EPEL 7