[openstack-nova] fix openstack-nova-serialproxy.service to call correct binary

Pádraig Brady pbrady at fedoraproject.org
Fri Oct 24 14:18:23 UTC 2014


commit 86186cdf077afa03dacbb306d030ad6a23d73005
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Oct 24 15:18:07 2014 +0100

    fix openstack-nova-serialproxy.service to call correct binary

 openstack-nova.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 35d9ccb..8a77c39 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -6,7 +6,7 @@
 
 Name:             openstack-nova
 Version:          2014.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -32,6 +32,7 @@ Source26:         openstack-nova-conductor.service
 Source27:         openstack-nova-cells.service
 Source28:         openstack-nova-spicehtml5proxy.service
 Source29:         openstack-nova-novncproxy.service
+Source31:         openstack-nova-serialproxy.service
 
 Source21:         nova-polkit.pkla
 Source23:         nova-polkit.rules
@@ -560,8 +561,8 @@ install -p -D -m 755 %{SOURCE25} %{buildroot}%{_unitdir}/openstack-nova-metadata
 install -p -D -m 755 %{SOURCE26} %{buildroot}%{_unitdir}/openstack-nova-conductor.service
 install -p -D -m 755 %{SOURCE27} %{buildroot}%{_unitdir}/openstack-nova-cells.service
 install -p -D -m 755 %{SOURCE28} %{buildroot}%{_unitdir}/openstack-nova-spicehtml5proxy.service
-install -p -D -m 755 %{SOURCE28} %{buildroot}%{_unitdir}/openstack-nova-serialproxy.service
 install -p -D -m 755 %{SOURCE29} %{buildroot}%{_unitdir}/openstack-nova-novncproxy.service
+install -p -D -m 755 %{SOURCE31} %{buildroot}%{_unitdir}/openstack-nova-serialproxy.service
 
 # Install sudoers
 install -p -D -m 440 %{SOURCE24} %{buildroot}%{_sysconfdir}/sudoers.d/nova
@@ -805,6 +806,9 @@ exit 0
 %endif
 
 %changelog
+* Fri Oct 24 2014 Pádraig Brady <pbrady at redhat.com> - 2014.2-2
+- Fix openstack-nova-serialproxy.service to call correct binary
+
 * Mon Oct 20 2014 Alan Pevec <alan.pevec at redhat.com> 2014.2-1
 - Juno release
 


More information about the scm-commits mailing list