diff --git a/python-argcomplete.spec b/python-argcomplete.spec index dfca064..a4f3728 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -7,7 +7,7 @@ Name: python-%{modname} Summary: Bash tab completion for argparse Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 URL: https://github.com/kislyuk/argcomplete Source0: http://pypi.python.org/packages/source/a/argcomplete/%{modname}-%{version}.tar.gz @@ -123,6 +123,9 @@ install -p -m0644 %{buildroot}%{python2_sitelib}/%{modname}/bash_completion.d/py %{_sysconfdir}/bash_completion.d/python-argcomplete.sh %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Sat Dec 05 2015 Igor Gnatenko - 1.0.0-3 - Ship bash completion file within RPM