--- rpms/freepbx-src/contribs9/freepbx-src.spec 2016/05/06 08:41:37 1.2 +++ rpms/freepbx-src/contribs9/freepbx-src.spec 2016/05/16 07:06:26 1.3 @@ -1,9 +1,9 @@ -# $Id: freepbx-src.spec,v 1.1 2016/05/06 01:51:35 unnilennium Exp $ +# $Id: freepbx-src.spec,v 1.2 2016/05/06 08:41:37 unnilennium Exp $ # Authority: vip-ire # Name: Daniel Berteaud %define version 13.0 -%define release 1 +%define release 2 %define name freepbx-src @@ -16,6 +16,7 @@ Group: System/Servers Source0: freepbx-%{version}.tgz Source1: panel-0.1.tgz +Patch0: freepbx-13.0-MemoryLimit.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot URL: http://www.freepbx.org/ @@ -32,6 +33,9 @@ FreePBX is a Standardised Implementation This package only contains the sources, and should be installed with smeserver-freepbx %changelog +* Mon May 16 2016 Jean-Philipe Pialasse 13.0-2.sme +- fix error while installing because of memory limit reached [SME: 9515] + * Fri May 06 2016 Jean-Philipe Pialasse 13.0-1.sme - new version for SME9 [SME: 9493] @@ -39,7 +43,7 @@ This package only contains the sources, - add php-process requirement bug [SME: 7382] * Tue Mar 03 2009 daniel B. [2.5.1-1] -- Add missing %changelog section in spec file +- Add missing changelog section in spec file - Add e-smith-devtools as a build dependency * Mon Aug 04 2008 daniel B. [2.5.1-0] @@ -48,6 +52,7 @@ This package only contains the sources, %prep %setup -q -n freepbx-%{version} +%patch0 -p1 %build # Extract freePBX archive