[python-argcomplete/el6] el6: removing '/usr/lib/python2.7/site-packages/test' from %files

dbmacartney dbmacartney at fedoraproject.org
Mon Jan 13 21:35:49 UTC 2014


commit 745c9590db8c88aa8e789e41658aac798eb80fb1
Author: Dale Macartney <dbmacartney at gmail.com>
Date:   Mon Jan 13 21:35:57 2014 +0000

    el6: removing '/usr/lib/python2.7/site-packages/test' from %files

 python-argcomplete.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-argcomplete.spec b/python-argcomplete.spec
index 01471bd..1350d82 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.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	ASL 2.0
 Group:		Development/Libraries
 Url:		https://github.com/kislyuk/argcomplete
@@ -48,10 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/register-python-argcomplete
 %{python_sitelib}/argcomplete-%{version}-py*.egg-info
 %{python_sitelib}/argcomplete/
-%exclude %{python_sitelib}/test
 
 
 %changelog
+* Mon Jan 13 2014 - Dale Macartney <dbmacartney at fedoraproject.org> 0.6.7-2
+- Removing '%exclude %{python_sitelib}/test' fom %files as no longer needed. 
+
 * Mon Jan 13 2014 - Dale Macartney <dbmacartney at fedoraproject.org> 0.6.7-1
 - Applying latest patch of argcomplete.
 


More information about the scm-commits mailing list