[openstack-glance/f19] remove the correct tests directory

Pádraig Brady pbrady at fedoraproject.org
Tue Jul 23 23:27:52 UTC 2013


commit c61dc6352a5b3b3b3c76e2724ec8997062be1781
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Jul 24 00:27:18 2013 +0100

    remove the correct tests directory

 openstack-glance.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 4b95677..083da8e 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2013.1.2
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -150,7 +150,7 @@ openstack-config --set etc/glance-registry.conf keystone_authtoken auth_protocol
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 # Delete tests
-rm -fr %{buildroot}%{python_sitelib}/tests
+rm -fr %{buildroot}%{python_sitelib}/glance/tests
 
 # Drop old glance CLI it has been deprecated
 # and replaced glanceclient
@@ -276,6 +276,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Tue Jul 23 2013 Pádraig Brady <pbrady at redhat.com> 2013.1.2-4
+- Do not distribute tests
+
 * Tue Jul 23 2013 Pádraig Brady <pbrady at redhat.com> 2013.1.2-3
 - Depend on python-keystoneclient for auth_token middleware
 


More information about the scm-commits mailing list