https://bugzilla.redhat.com/show_bug.cgi?id=1083637



--- Comment #8 from Peter Lemenkov <[email protected]> ---
(In reply to Richard W.M. Jones from comment #7)
> The patch in comment 5 looks reasonable.  Peter what do you think
> about [me or you] adding this?  So far I've only made a few quite
> conservative changes to the rabbitmq-server package; this is a bit
> larger.

Looks good to me.

The package is quite large and contains plugins which are currently cannot be
processed by my own poor-man dependency generator properly. However if
considering only core functionality it could be trimmed down even more. Here is
my final list of RabbitMQ dependencies:

Requires: erlang-erts%{?_isa}
Requires: erlang-kernel%{?_isa}
Requires: erlang-mnesia%{?_isa}
Requires: erlang-os_mon%{?_isa}
Requires: erlang-public_key%{?_isa}
Requires: erlang-sasl%{?_isa}
Requires: erlang-ssl%{?_isa}
Requires: erlang-stdlib%{?_isa}
Requires: erlang-tools%{?_isa}
Requires: erlang-xmerl%{?_isa}

Note that I added "Requires: erlang-tools". Not sure if we need to add %{?_isa}
since the package is noarch.

The following dependencies can be removed since my script failed to recognize
dependency on them:

Requires: erlang-inets >= %{erlang_minver}
Requires: erlang-asn1 >= %{erlang_minver}
Requires: erlang-snmp >= %{erlang_minver}
Requires: erlang-otp_mibs >= %{erlang_minver}
Requires: erlang-crypto >= %{erlang_minver}
Requires: erlang-runtime_tools >= %{erlang_minver}

There could be a possibility that some of the plugins depends on them though.

Rich, please go on with the changes - I'm not an active RabbitMQ user these
days (however I'll be back in a couple of months - my next project will rely on
it) so I can't maintain it properly right now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to