[python-paste-script/el4] Remove the conflicting tests module (#797813)

Luke Macken lmacken at fedoraproject.org
Mon Feb 27 19:17:30 UTC 2012


commit 8a742d9b972ade37dd9c5f6c2fdbeb4dbeae72aa
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Feb 27 13:35:36 2012 -0500

    Remove the conflicting tests module (#797813)

 python-paste-script.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-paste-script.spec b/python-paste-script.spec
index 479c116..2dda611 100644
--- a/python-paste-script.spec
+++ b/python-paste-script.spec
@@ -3,7 +3,7 @@
 
 Name:           python-paste-script
 Version:        1.6.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A pluggable command-line frontend
 Group:          System Environment/Libraries
 License:        MIT
@@ -49,6 +49,8 @@ rm -rf %{buildroot}
 %{__python} setup.py install --single-version-externally-managed \
                              --skip-build -O1 --root=%{buildroot}
 
+rm -fr %{buildroot}%{python_sitelib}/tests
+
 echo '%defattr (0644,root,root,0755)' > pyfiles
 find %{buildroot}%{python_sitelib}/paste/script -type d | \
     sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles
@@ -68,6 +70,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 27 2012 Luke Macken <lmacken at redhat.com> - 1.6.3-5
+- Remove the conflicting tests module (#797813)
+
 * Thu Feb 23 2012 Luke Macken <lmacken at redhat.com> - 1.6.3-4
 - Apply a patch from upstream to fix a security issue when running Paster as
   root (#796790)


More information about the scm-commits mailing list