--- rpms/e-smith-ibays/sme10/e-smith-ibays.spec 2016/06/23 08:16:25 1.4 +++ rpms/e-smith-ibays/sme10/e-smith-ibays.spec 2020/06/23 18:37:33 1.12 @@ -1,10 +1,10 @@ -# $Id: e-smith-ibays.spec,v 1.3 2016/06/23 07:27:20 unnilennium Exp $ +# $Id: e-smith-ibays.spec,v 1.11 2020/06/23 03:01:00 jpp Exp $ Summary: e-smith server and gateway - ibays module %define name e-smith-ibays Name: %{name} %define version 2.6.0 -%define release 4 +%define release 11 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -12,6 +12,10 @@ Group: Networking/Daemons Source: %{name}-%{version}.tar.xz Patch0: e-smith-ibays-2.6.0-create_tmp_folder_in_ibays.patch Patch1: e-smith-ibays-2.6.0-create_sess_folder_in_ibays.patch +Patch2: e-smith-ibays-2.6.0-create_var_cache_and_fix_sess.patch +Patch3: e-smith-ibays-2.6.0-bz10871-ifphpmodule.patch +Patch4: e-smith-ibays-2.6.0-bz10869-remove-php3-refs.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base >= 4.13.15-76 @@ -27,6 +31,29 @@ AutoReqProv: no e-smith server and gateway software - ibays module. %changelog +* Tue Jun 23 2020 Jean-Philipe Pialasse 2.6.0-11.sme +- remove php3 reference [SME: 10869] + +* Mon Jun 22 2020 Jean-Philipe Pialasse 2.6.0-10.sme +- fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871] + +* Thu Jan 30 2020 Jean-Philipe Pialasse 2.6.0-9.sme +- revert patch, wrong rpm [SME: 10871] + +* Tue Jan 28 2020 Jean-Philipe Pialasse 2.6.0-8.sme +- add support for php-fpm [SME: 10871] + +* Wed Jul 06 2016 Jean-Philipe Pialasse 2.6.0-7.sme +- fix typo thanks to Stephane de Labrusse [SME: 7011] +- ibay to ibays + +* Sun Jun 26 2016 Jean-Philipe Pialasse 2.6.0-6.sme +- as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621] + +* Sun Jun 26 2016 Jean-Philipe Pialasse 2.6.0-5.sme +- as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621] +- creating basedir /var/cache/e-smith/files/ibays for tmp and cache + * Thu Jun 23 2016 Jean-Philipe Pialasse 2.6.0-4.sme - create tmp folder in ibays when needed [SME: 9105] - create session folder in ibays when needed [SME: 9621] @@ -54,7 +81,8 @@ e-smith server and gateway software - ib - init-ibays create the folder tmp within all i-bays root directory - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory -* Sat May 4 2014 stephane de Labrusse 2.4.0-11.sme +* Sun May 04 2014 stephane de Labrusse 2.4.0-11.sme + Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or .... - Add an upload_tmp_folder setting by db command [SME: 7011] - Thanks to Michael McCarn and Jean-philippe Pialasse @@ -78,7 +106,8 @@ e-smith server and gateway software - ib - Remove old migrate fragment [SME: 8080] - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays -* Sat Dec 8 2013 Chris Burnat 2.4.0-5.sme +* Sun Dec 08 2013 Chris Burnat 2.4.0-5.sme + Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or .... - Update en-us translation file by Stephane de Labrusse [SME: 3675] * Sat Nov 30 2013 Ian Wells 2.4.0-4.sme @@ -348,6 +377,11 @@ e-smith server and gateway software - ib %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 + +/bin/mkdir -p root/var/cache/e-smith/files/ibays %pre %post