diff options
| -rw-r--r-- | glpi.spec | 12 | 
1 files changed, 11 insertions, 1 deletions
| @@ -28,7 +28,7 @@  Name:           glpi  Version:        0.90.1 -Release:        3%{?dist} +Release:        4%{?dist}  Summary:        Free IT asset management software  Summary(fr):    Gestion Libre de Parc Informatique @@ -47,6 +47,8 @@ Source4:        glpi-nginx.conf  Patch0:         glpi-0.90-cron.patch  # Fix autoloader  Patch1:         glpi-0.90-autoload.patch +# Upstream patch for ZF 2.5 +Patch2:         glpi-0.90-zf25.patch  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch @@ -101,6 +103,9 @@ Requires(post):   /usr/sbin/semanage  Requires(postun): /usr/sbin/semanage  %endif  Requires:         crontabs +%if 0%{?fedora} >= 22 +Recommends:       php-pecl-apcu +%endif  %description @@ -127,6 +132,7 @@ techniciens grâce à une maintenance plus cohérente.  %patch0 -p0  %patch1 -p0 +%patch2 -p1  find . -name \*.orig -exec rm {} \; -print @@ -320,6 +326,10 @@ fi  %changelog +* Thu Mar 24 2016 Remi Collet <remi@fedoraproject.org> - 0.90.1-4 +- add upstream patch to fix compatibility with ZF 2.5 +- recommend APCu +  * Thu Feb 18 2016 Remi Collet <remi@fedoraproject.org> - 0.90.1-3  - fix Zend autoloader (to allow ZF 2.5) | 
