From 5a38821d11b2f63fddc3ed7f843b48a5bddbfe2d Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Wed, 15 Feb 2017 10:22:31 -0600 Subject: [PATCH] FS-10003 #resolve force mod_ilbc package to depend on ilbc2 with Requires in spec file this builds properly as its linked against ilbc2 via the build requires --- freeswitch.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeswitch.spec b/freeswitch.spec index 0f0bd35d38..ed3c1ae36c 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -734,6 +734,8 @@ H.263/H.264 Video Codec support for FreeSWITCH open source telephony platform Summary: iLCB Codec support for FreeSWITCH open source telephony platform Group: System/Libraries Requires: %{name} = %{version}-%{release} +Requires: ilbc2 + %description codec-ilbc iLBC Codec support for FreeSWITCH open source telephony platform