Changes the qpid package that gets installed on Fedora
Changes the qpid package that will be installed on Fedora when
running stack.sh. The original package (qpid-cpp-server) was
split up into qpid-cpp-server and qpid-cpp-server-daemon.
systemd unit files were moved into the second package and
if only the first package is installed, qpid service fails
to start.
Change-Id: Ia7cae795d7e456f0e21e0bedaee583a9e8b35f2d
diff --git a/stack.sh b/stack.sh
index 3e3d8cf..87e3336 100755
--- a/stack.sh
+++ b/stack.sh
@@ -668,7 +668,7 @@
rm -f "$tfile"
elif is_service_enabled qpid; then
if [[ "$os_PACKAGE" = "rpm" ]]; then
- install_package qpid-cpp-server
+ install_package qpid-cpp-server-daemon
else
install_package qpidd
fi