[openstack-nova] remove unneeded ajaxterm stuff

Pádraig Brady pbrady at fedoraproject.org
Mon Mar 26 11:27:36 UTC 2012


commit 487e002e6131fe161152c83f44238ff7f79aeaf5
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Mar 26 11:55:54 2012 +0100

    remove unneeded ajaxterm stuff

 openstack-nova.spec |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index f88a106..e8d1649 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -23,7 +23,6 @@ Source14:         openstack-nova-objectstore.service
 Source15:         openstack-nova-scheduler.service
 Source16:         openstack-nova-volume.service
 Source17:         openstack-nova-direct-api.service
-Source18:         openstack-nova-ajax-console-proxy.service
 Source19:         openstack-nova-vncproxy.service
 
 Source20:         nova-sudoers
@@ -246,7 +245,6 @@ install -p -D -m 755 %{SOURCE14} %{buildroot}%{_unitdir}/openstack-nova-objectst
 install -p -D -m 755 %{SOURCE15} %{buildroot}%{_unitdir}/openstack-nova-scheduler.service
 install -p -D -m 755 %{SOURCE16} %{buildroot}%{_unitdir}/openstack-nova-volume.service
 install -p -D -m 755 %{SOURCE17} %{buildroot}%{_unitdir}/openstack-nova-direct-api.service
-install -p -D -m 755 %{SOURCE18} %{buildroot}%{_unitdir}/openstack-nova-ajax-console-proxy.service
 install -p -D -m 755 %{SOURCE19} %{buildroot}%{_unitdir}/openstack-nova-vncproxy.service
 
 # Install sudoers
@@ -271,11 +269,9 @@ install -p -D -m 644 %{SOURCE21} %{buildroot}%{_sysconfdir}/polkit-1/localauthor
 # Install database setup helper script.
 install -p -D -m 755 %{SOURCE23} %{buildroot}%{_bindir}/openstack-nova-db-setup
 
-# Remove ajaxterm and various other tools
-rm -fr %{buildroot}%{_datarootdir}/nova/{ajaxterm,euca-get-ajax-console,install_venv.py,pip-requires,clean-vlans,with_venv.sh,esx}
-rm -f %{buildroot}%{_bindir}/nova-debug
-
 # Remove unneeded in production stuff
+rm -fr %{buildroot}%{_datarootdir}/nova/{install_venv.py,pip-requires,clean-vlans,with_venv.sh,esx}
+rm -f %{buildroot}%{_bindir}/nova-debug
 rm -fr %{buildroot}%{python_sitelib}/nova/tests/
 rm -fr %{buildroot}%{python_sitelib}/run_tests.*
 rm -f %{buildroot}%{_bindir}/nova-combined


More information about the scm-commits mailing list