[sr-dev] git:5.1:56e558a6: packaging: Fix typo in kamailio.spec

Sergey Safarov s.safarov at gmail.com
Thu Mar 21 18:27:28 CET 2019


Module: kamailio
Branch: 5.1
Commit: 56e558a6242d033c8372ce6559578339795d940c
URL: https://github.com/kamailio/kamailio/commit/56e558a6242d033c8372ce6559578339795d940c

Author: Edwin Fine <efine at users.noreply.github.com>
Committer: Sergey Safarov <s.safarov at gmail.com>
Date: 2019-03-21T20:26:53+03:00

packaging: Fix typo in kamailio.spec

There is a number of occurrences of `%bcond_with|without rebbitmq`. Since the condition to include the `rabbitmq` package (line 633) is `%if %{with rabbitmq}`, this conditional statement would not have the intended effect. If this was not a deliberate typo for some reason, this commit fixes the issue by changing all `%bcond_with|without` occurrences of `rebbitmq` to `rabbitmq`.

(cherry picked from commit 861c52ca6a9ca3bd6be5e89df92c1f65b46002f4)

---

Modified: pkg/kamailio/obs/kamailio.spec

---

Diff:  https://github.com/kamailio/kamailio/commit/56e558a6242d033c8372ce6559578339795d940c.diff
Patch: https://github.com/kamailio/kamailio/commit/56e558a6242d033c8372ce6559578339795d940c.patch

---

diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec
index 2998872e6f..daf4c4007a 100644
--- a/pkg/kamailio/obs/kamailio.spec
+++ b/pkg/kamailio/obs/kamailio.spec
@@ -16,7 +16,7 @@
 %bcond_without memcached
 %bcond_without mongodb
 %bcond_without perl
-%bcond_without rebbitmq
+%bcond_without rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -79,7 +79,7 @@
 %bcond_without memcached
 %bcond_with mongodb
 %bcond_without perl
-%bcond_with rebbitmq
+%bcond_with rabbitmq
 %bcond_with redis
 %bcond_without sctp
 %bcond_without websocket
@@ -101,7 +101,7 @@
 %bcond_without memcached
 %bcond_without mongodb
 %bcond_without perl
-%bcond_without rebbitmq
+%bcond_without rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -122,7 +122,7 @@
 %bcond_without memcached
 %bcond_with mongodb
 %bcond_without perl
-%bcond_with rebbitmq
+%bcond_with rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -143,7 +143,7 @@
 %bcond_with memcached
 %bcond_with mongodb
 %bcond_with perl
-%bcond_with rebbitmq
+%bcond_with rabbitmq
 %bcond_with redis
 %bcond_with sctp
 %bcond_with websocket
@@ -164,7 +164,7 @@
 %bcond_with memcached
 %bcond_without mongodb
 %bcond_without perl
-%bcond_without rebbitmq
+%bcond_without rabbitmq
 %bcond_without redis
 %bcond_with sctp
 %bcond_with websocket




More information about the sr-dev mailing list