[sr-dev] git:master:861c52ca: packaging: Fix typo in kamailio.spec

Henning Westerholt henningw at users.noreply.github.com
Fri Jun 8 21:26:25 CEST 2018


Module: kamailio
Branch: master
Commit: 861c52ca6a9ca3bd6be5e89df92c1f65b46002f4
URL: https://github.com/kamailio/kamailio/commit/861c52ca6a9ca3bd6be5e89df92c1f65b46002f4

Author: Edwin Fine <efine at users.noreply.github.com>
Committer: Henning Westerholt <henningw at users.noreply.github.com>
Date: 2018-06-08T21:26:20+02: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`.

---

Modified: pkg/kamailio/obs/kamailio.spec

---

Diff:  https://github.com/kamailio/kamailio/commit/861c52ca6a9ca3bd6be5e89df92c1f65b46002f4.diff
Patch: https://github.com/kamailio/kamailio/commit/861c52ca6a9ca3bd6be5e89df92c1f65b46002f4.patch

---

diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec
index d7f27371d3..cc53dc9e30 100644
--- a/pkg/kamailio/obs/kamailio.spec
+++ b/pkg/kamailio/obs/kamailio.spec
@@ -15,7 +15,7 @@
 %bcond_without kazoo
 %bcond_without memcached
 %bcond_without perl
-%bcond_without rebbitmq
+%bcond_without rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -35,7 +35,7 @@
 %bcond_without kazoo
 %bcond_without memcached
 %bcond_without perl
-%bcond_without rebbitmq
+%bcond_without rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -55,7 +55,7 @@
 %bcond_without kazoo
 %bcond_without memcached
 %bcond_without perl
-%bcond_without rebbitmq
+%bcond_without rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -75,7 +75,7 @@
 %bcond_with kazoo
 %bcond_without memcached
 %bcond_without perl
-%bcond_with rebbitmq
+%bcond_with rabbitmq
 %bcond_with redis
 %bcond_without sctp
 %bcond_without websocket
@@ -96,7 +96,7 @@
 %bcond_without kazoo
 %bcond_without memcached
 %bcond_without perl
-%bcond_without rebbitmq
+%bcond_without rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -116,7 +116,7 @@
 %bcond_with kazoo
 %bcond_without memcached
 %bcond_without perl
-%bcond_with rebbitmq
+%bcond_with rabbitmq
 %bcond_without redis
 %bcond_without sctp
 %bcond_without websocket
@@ -136,7 +136,7 @@
 %bcond_with kazoo
 %bcond_with memcached
 %bcond_with perl
-%bcond_with rebbitmq
+%bcond_with rabbitmq
 %bcond_with redis
 %bcond_with sctp
 %bcond_with websocket
@@ -156,7 +156,7 @@
 %bcond_with kazoo
 %bcond_with memcached
 %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