[openstack-nova/el6-folsom] remove a redundant file copy when generating rpm

Pádraig Brady pbrady at fedoraproject.org
Fri Oct 26 11:45:46 UTC 2012


commit 693d1d7e82f3fac1748e18d144460cee80ab3dfc
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Oct 26 12:41:38 2012 +0100

    remove a redundant file copy when generating rpm
    
    reported by Alan Pevec

 openstack-nova.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 4b17306..d976802 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -452,7 +452,6 @@ install -d -m 755 %{buildroot}%{_localstatedir}/run/nova
 
 # Install template files
 install -p -D -m 644 nova/cloudpipe/client.ovpn.template %{buildroot}%{_datarootdir}/nova/client.ovpn.template
-install -p -D -m 644 nova/virt/interfaces.template %{buildroot}%{_datarootdir}/nova/interfaces.template
 install -p -D -m 644 %{SOURCE22} %{buildroot}%{_datarootdir}/nova/interfaces.template
 
 # Install upstart jobs examples


More information about the scm-commits mailing list