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

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


commit 323e7e38469fa6a18003e9a19ee27af4415c0906
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Jul 24 00:25:29 2013 +0100

    remove the correct tests directory

 openstack-glance.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 4377332..08abe32 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -170,7 +170,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
@@ -301,6 +301,10 @@ fi
 %doc doc/build/html
 
 %changelog
+* Tue Jul 23 2013 John Bresnahan <jbresnah at redhat.com> 2013.2-0.6.b2
+- Do not log DEBUG by default
+- Do not distribute tests
+
 * Tue Jul 23 2013 Pádraig Brady <pbrady at redhat.com> 2013.2-0.5.b2
 - Update to Havana milestone 2
 - Depend on python-keystoneclient for auth_token middleware


More information about the scm-commits mailing list