Accepting request 263606 from network:messaging:amqp

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/263606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2014-12-03 21:47:46 +00:00 committed by Git OBS Bridge
commit 99a91eb9d4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 24 11:52:42 UTC 2014 - dmueller@suse.com
- ignore stop errors in %preun
-------------------------------------------------------------------
Sun Sep 14 17:18:01 UTC 2014 - tbechtold@suse.com

View File

@ -184,7 +184,6 @@ getent passwd rabbitmq >/dev/null || useradd -r -g rabbitmq \
%if 0%{?have_systemd}
%service_add_pre %{name}.service
%endif
exit 0
%post
%if 0%{?have_systemd}
@ -198,7 +197,7 @@ systemd-tmpfiles --create --clean /usr/lib/tmpfiles.d/rabbitmq-server.conf
%if 0%{?have_systemd}
%service_del_preun %{name}.service
%else
%stop_on_removal rabbitmq-server
%stop_on_removal rabbitmq-server || :
%endif
%postun