From 1f2986c7bae68971f946bf250976246f532eef69 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 20 Oct 2020 11:33:50 +1100 Subject: [PATCH] Bug 26741: Remove rabbitmq-server requirements (replace with suggestions) Content-Type: text/plain; charset="utf-8" Signed-off-by: Mason James --- debian/control.in | 2 +- debian/koha-common.postinst | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/control.in b/debian/control.in index d262c4f..1e07c56 100644 --- a/debian/control.in +++ b/debian/control.in @@ -27,7 +27,6 @@ Depends: ${misc:Depends}, ${koha:Depends}, mysql-client | virtual-mysql-client, perl-doc, pwgen, - rabbitmq-server, starman, sudo, fonts-dejavu | ttf-dejavu, @@ -36,6 +35,7 @@ Depends: ${misc:Depends}, ${koha:Depends}, yaz Suggests: mysql-server | virtual-mysql-server, letsencrypt, + rabbitmq-server, Homepage: http://koha-community.org/ Description: integrated (physical) library management system Koha is an Integrated Library Management system for real-world libraries diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst index f5ee256..d05badb 100644 --- a/debian/koha-common.postinst +++ b/debian/koha-common.postinst @@ -1,4 +1,4 @@ -#!/bin/sh +a!/bin/sh set -e @@ -258,9 +258,6 @@ done db_stop -rabbitmq-plugins enable rabbitmq_stomp -service rabbitmq-server restart - # Bug 18250: Correct startup order of koha-common and memcached # Since the init script has been updated, we can force the order in rc.d # by disabling and enabling again. -- 2.1.4