[python-qpid/f19] Removed the set of unit tests from the installed package.

Darryl L. Pierce mcpierce at fedoraproject.org
Tue Sep 17 11:40:43 UTC 2013


commit b864d8fa2e3eae296bf5f6dcfb2fb0d2e093b569
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Tue Sep 17 07:22:03 2013 -0400

    Removed the set of unit tests from the installed package.
    
    - Resolves: BZ#1008877

 python-qpid.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python-qpid.spec b/python-qpid.spec
index af83a0b..284bd06 100644
--- a/python-qpid.spec
+++ b/python-qpid.spec
@@ -3,7 +3,7 @@
 
 Name:           python-qpid
 Version:        0.22
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python client library for AMQP
 
 License:        ASL 2.0
@@ -44,11 +44,17 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/qpid
 %{_bindir}/qpid-python-test
 
+%exclude %{python_sitelib}/qpid/tests
+
 %if "%{python_version}" >= "2.6"
 %{python_sitelib}/qpid_python-*.egg-info
 %endif
 
 %changelog
+* Tue Sep 17 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.22-2
+- Removed the set of unit tests from the installed package.
+- Resolves: BZ#1008877
+
 * Mon Jun 17 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.22-1
 - Rebased on Qpid 0.22 release.
 


More information about the scm-commits mailing list