[openstack-nova] nova-stack isn't missing after all

Mark McLoughlin markmc at fedoraproject.org
Tue Jan 17 15:40:47 UTC 2012


commit d576555862f801459415ef39a09c085a276a6105
Author: Mark McLoughlin <markmc at redhat.com>
Date:   Tue Jan 17 15:40:38 2012 +0000

    nova-stack isn't missing after all

 openstack-nova.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index cfed99a..005188a 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -5,7 +5,7 @@
 
 Name:             openstack-nova
 Version:          2011.3.1
-Release:          0.2.%{revno}%{?dist}
+Release:          0.3.%{revno}%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -222,8 +222,8 @@ rm -fr build/html/.doctrees build/html/.buildinfo
 popd
 
 # Give stack, instance-usage-audit and clear_rabbit_queues a reasonable prefix
+mv %{buildroot}%{_bindir}/stack %{buildroot}%{_bindir}/nova-stack
 # Disabled while waiting for https://bugs.launchpad.net/nova/+bug/917676
-#  mv %{buildroot}%{_bindir}/stack %{buildroot}%{_bindir}/nova-stack
 #  mv %{buildroot}%{_bindir}/instance-usage-audit %{buildroot}%{_bindir}/nova-instance-usage-audit
 #  mv %{buildroot}%{_bindir}/clear_rabbit_queues %{buildroot}%{_bindir}/nova-clear-rabbit-queues
 
@@ -381,6 +381,9 @@ fi
 %endif
 
 %changelog
+* Tue Jan 17 2012 Mark McLoughlin <markmc at redhat.com> - 2011.3.1-0.3.10814
+- nova-stack isn't missing after all
+
 * Tue Jan 17 2012 Mark McLoughlin <markmc at redhat.com> - 2011.3.1-0.2.10814
 - nova-{stack,clear-rabbit-queues,instance-usage-audit} temporarily removed because of lp#917676
 


More information about the scm-commits mailing list