[python-argcomplete] corrected files for el6

dbmacartney dbmacartney at fedoraproject.org
Wed Oct 16 10:10:23 UTC 2013


commit fdc3b674fb2ab0ff3781825707ea4b649a8aa9a8
Author: Dale Macartney <dbmacartney at gmail.com>
Date:   Wed Oct 16 11:16:38 2013 +0100

    corrected files for el6

 python-argcomplete.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-argcomplete.spec b/python-argcomplete.spec
index d336bef..d230649 100644
--- a/python-argcomplete.spec
+++ b/python-argcomplete.spec
@@ -4,7 +4,7 @@
 Summary: 	Bash tab completion for argparse
 Name: 		python-argcomplete
 Version: 	0.6.3
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 License: 	ASL 2.0
 Group: 		Development/Libraries
 Url: 		https://github.com/kislyuk/argcomplete
@@ -47,12 +47,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/activate-global-python-argcomplete
 %{_bindir}/python-argcomplete-check-easy-install-script
 %{_bindir}/register-python-argcomplete
-%{python_sitelib}/argcomplete-%{version}-py2.7.egg-info
+%{python_sitelib}/argcomplete-%{version}-py*.egg-info
 %{python_sitelib}/argcomplete/
 %exclude %{python_sitelib}/test
 
 
 %changelog
+* Wed Oct 16 2013 - Dale Macartney <dbmacartney at gmail.com> 0.6.3-3
+- Correct missing files for el6
+
 * Tue Oct 15 2013 - Dale Macartney <dbmacartney at gmail.com> 0.6.3-2
 - Initial packaging for Fedora Project and including LICENSE.rst in %doc
 


More information about the scm-commits mailing list