[openstack-keystone] Delete KDS

Alan Pevec apevec at fedoraproject.org
Fri Jan 24 21:06:47 UTC 2014


commit 6d53c15bf7d81eccee32ac4a25801ba81c5891ab
Author: Alan Pevec <apevec at redhat.com>
Date:   Fri Jan 24 22:05:41 2014 +0100

    Delete KDS
    
    nothing is using it yet and we need to figure out right (sub)package for it
    also update tests removal (ugh! has been moved since Jan 2013)

 openstack-keystone.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index 0c3f3a7..6e01412 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -119,8 +119,11 @@ cp etc/keystone.conf.sample etc/keystone.conf
 %{__python} setup.py install --skip-build --root %{buildroot}
 
 # Delete tests
-rm -fr %{buildroot}%{python_sitelib}/tests
-rm -fr %{buildroot}%{python_sitelib}/run_tests.*
+rm -fr %{buildroot}%{python_sitelib}/keystone/tests
+# Delete KDS
+# nothing is using it yet and we need to figure out right (sub)package for it
+rm -f %{buildroot}%{_bindir}/kds-api
+rm -fr %{buildroot}%{python_sitelib}/keystone/contrib/kds
 
 install -d -m 755 %{buildroot}%{_sysconfdir}/keystone
 install -p -D -m 640 etc/keystone.conf %{buildroot}%{_sysconfdir}/keystone/keystone.conf


More information about the scm-commits mailing list