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

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


commit 4a5f82e1f92e70faded20e5b4f93b94fd0f4bf28
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 499446e..ac33052 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -428,7 +428,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 rootwrap files in /usr/share/nova/rootwrap


More information about the scm-commits mailing list