[openstack-glance] remove the correct tests directory

Pádraig Brady pbrady at fedoraproject.org
Tue Jul 23 23:16:11 UTC 2013


commit 3087d1c466966947367bef088b41b7a70a96a119
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Jul 24 00:15:28 2013 +0100

    remove the correct tests directory

 openstack-glance.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 8757b55..524a580 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2013.2
-Release:          0.5.b2%{?dist}
+Release:          0.6.b2%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -153,7 +153,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
@@ -279,9 +279,10 @@ fi
 %doc doc/build/html
 
 %changelog
-* Tue Jul 23 2013 Pádraig Brady <pbrady at redhat.com> 2013.2-0.5.b2
+* Tue Jul 23 2013 Pádraig Brady <pbrady at redhat.com> 2013.2-0.6.b2
 - Update to Havana milestone 2
 - Depend on python-keystoneclient for auth_token middleware
+- Remove tests from the distribution
 
 * Fri Jun  7 2013 John Bresnahan <jbresnah at redhat.com> 2013.2-0.3.b1
 - Don't access the net while building docs


More information about the scm-commits mailing list