[openstack-nova/el6] remove the no longer used /var/lib/nova/images/

Pádraig Brady pbrady at fedoraproject.org
Fri Jan 25 11:21:37 UTC 2013


commit f5ced8880a5f7408f55403365969682681fd08b4
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jan 25 11:15:25 2013 +0000

    remove the no longer used /var/lib/nova/images/

 openstack-nova.spec |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index f851af0..b3183ed 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -412,7 +412,6 @@ popd
 # Setup directories
 install -d -m 755 %{buildroot}%{_sharedstatedir}/nova
 install -d -m 755 %{buildroot}%{_sharedstatedir}/nova/buckets
-install -d -m 755 %{buildroot}%{_sharedstatedir}/nova/images
 install -d -m 755 %{buildroot}%{_sharedstatedir}/nova/instances
 install -d -m 755 %{buildroot}%{_sharedstatedir}/nova/keys
 install -d -m 755 %{buildroot}%{_sharedstatedir}/nova/networks
@@ -673,7 +672,6 @@ fi
 %defattr(-, nova, nova, -)
 %dir %{_sharedstatedir}/nova
 %dir %{_sharedstatedir}/nova/buckets
-%dir %{_sharedstatedir}/nova/images
 %dir %{_sharedstatedir}/nova/instances
 %dir %{_sharedstatedir}/nova/keys
 %dir %{_sharedstatedir}/nova/networks


More information about the scm-commits mailing list