1 |
|
|
2 |
Name: smeserver-rabbitmq-server |
Name: smeserver-rabbitmq-server |
3 |
Version: 3.3.5 |
Version: 3.3.5 |
4 |
Release: 2%{?dist} |
Release: 3%{?dist} |
5 |
Summary: Koozali SME Server integration of rabbitmq-server |
Summary: Koozali SME Server integration of rabbitmq-server |
6 |
License: GPL |
License: GPL |
7 |
URL: http://www.rabbitmq.com/ |
URL: http://www.rabbitmq.com/ |
29 |
|
|
30 |
# could be an archive |
# could be an archive |
31 |
mkdir -p root/usr/lib/systemd/system/rabbitmq-server.service.d/ |
mkdir -p root/usr/lib/systemd/system/rabbitmq-server.service.d/ |
32 |
printf "[Install] |
printf "[Unit] |
33 |
|
After=network-online.target |
34 |
|
|
35 |
|
[Install] |
36 |
WantedBy=sme-server.target" > root/usr/lib/systemd/system/rabbitmq-server.service.d/50-koozali.conf |
WantedBy=sme-server.target" > root/usr/lib/systemd/system/rabbitmq-server.service.d/50-koozali.conf |
37 |
mkdir -p root/etc/e-smith/db/configuration/defaults/rabbitmq-server |
mkdir -p root/etc/e-smith/db/configuration/defaults/rabbitmq-server |
38 |
echo "enabled" > root/etc/e-smith/db/configuration/defaults/rabbitmq-server/status |
echo "enabled" > root/etc/e-smith/db/configuration/defaults/rabbitmq-server/status |
52 |
|
|
53 |
|
|
54 |
%changelog |
%changelog |
55 |
|
* Fri Dec 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.5-3.sme |
56 |
|
- fix service failing to start on boot, waiting network-online.target |
57 |
|
|
58 |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.5-2.sme |
* Thu Jun 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.3.5-2.sme |
59 |
- initial Koozali SME 10 version |
- initial Koozali SME 10 version |
60 |
|
|