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:
commit
99a91eb9d4
@ -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
|
Sun Sep 14 17:18:01 UTC 2014 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -184,7 +184,6 @@ getent passwd rabbitmq >/dev/null || useradd -r -g rabbitmq \
|
|||||||
%if 0%{?have_systemd}
|
%if 0%{?have_systemd}
|
||||||
%service_add_pre %{name}.service
|
%service_add_pre %{name}.service
|
||||||
%endif
|
%endif
|
||||||
exit 0
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?have_systemd}
|
%if 0%{?have_systemd}
|
||||||
@ -198,7 +197,7 @@ systemd-tmpfiles --create --clean /usr/lib/tmpfiles.d/rabbitmq-server.conf
|
|||||||
%if 0%{?have_systemd}
|
%if 0%{?have_systemd}
|
||||||
%service_del_preun %{name}.service
|
%service_del_preun %{name}.service
|
||||||
%else
|
%else
|
||||||
%stop_on_removal rabbitmq-server
|
%stop_on_removal rabbitmq-server || :
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user