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
| ... | ... |
@@ -668,7 +668,7 @@ if is_service_enabled rabbit; then |
| 668 | 668 |
rm -f "$tfile" |
| 669 | 669 |
elif is_service_enabled qpid; then |
| 670 | 670 |
if [[ "$os_PACKAGE" = "rpm" ]]; then |
| 671 |
- install_package qpid-cpp-server |
|
| 671 |
+ install_package qpid-cpp-server-daemon |
|
| 672 | 672 |
else |
| 673 | 673 |
install_package qpidd |
| 674 | 674 |
fi |