[openstack-nova] remove reundant installed file cleanup

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


commit db2c837c219a99c4c526f616e543f2b398ff6251
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Mar 26 12:03:14 2012 +0100

    remove reundant installed file cleanup
    
    These files mostly from tools/ are nn longer
    installed by default and so don't need to be removed

 openstack-nova.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index e8d1649..475844b 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -270,7 +270,6 @@ install -p -D -m 644 %{SOURCE21} %{buildroot}%{_sysconfdir}/polkit-1/localauthor
 install -p -D -m 755 %{SOURCE23} %{buildroot}%{_bindir}/openstack-nova-db-setup
 
 # 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.*


More information about the scm-commits mailing list