Browse code

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

Nikola Dipanov authored on 2012/09/09 01:36:35
Showing 3 changed files
... ...
@@ -35,7 +35,7 @@ python-sqlalchemy
35 35
 python-suds
36 36
 python-tempita
37 37
 rabbitmq-server # NOPRIME
38
-qpid-cpp-server # NOPRIME
38
+qpid-cpp-server-daemon # NOPRIME
39 39
 sqlite
40 40
 sudo
41 41
 vconfig
... ...
@@ -17,7 +17,7 @@ python-routes
17 17
 python-sqlalchemy
18 18
 python-suds
19 19
 rabbitmq-server # NOPRIME
20
-qpid-cpp-server # NOPRIME
20
+qpid-cpp-server-daemon # NOPRIME
21 21
 sqlite
22 22
 sudo
23 23
 vconfig
... ...
@@ -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