[openstack-glance/el6-grizzly] remove the correct tests directory

Pádraig Brady pbrady at fedoraproject.org
Tue Jul 23 23:22:25 UTC 2013


commit 79301e84ba09ad1962318800af7954bb62b04722
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Jul 24 00:21:40 2013 +0100

    remove the correct tests directory

 openstack-glance.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 51dbc80..9578259 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -165,7 +165,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
@@ -296,8 +296,9 @@ fi
 %doc doc/build/html
 
 %changelog
-* Tue Jul 23 2013 John Bresnahan <jbresnah at redhat.com> 2013.1.2-2
+* Tue Jul 23 2013 John Bresnahan <jbresnah at redhat.com> 2013.1.2-4
 - Do not log DEBUG by default
+- 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