doc/
subfolder, the README file is autogenerated)There is a number of occurrences in pkg/kamailio/obs/kamailio.spec
of %bcond_with|without rebbitmq
. Note the e
in rebbitmq
.
Since the condition to include the rabbitmq
package (line 633) is %if %{with rabbitmq}
(with an a
), this conditional statement would not have the intended effect.
If this was not a deliberate typo for some reason, this commit addresses the issue by changing all %bcond_with|without
occurrences of rebbitmq
to rabbitmq
.
https://github.com/kamailio/kamailio/pull/1559
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.