diff options
| -rw-r--r-- | glpi-ocsinventoryng.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/glpi-ocsinventoryng.spec b/glpi-ocsinventoryng.spec index 01c019b..07f0774 100644 --- a/glpi-ocsinventoryng.spec +++ b/glpi-ocsinventoryng.spec @@ -10,7 +10,7 @@  %global lockname     ocsinventoryng.lock  Name:           glpi-ocsinventoryng -Version:        1.4.4 +Version:        1.5.0  Release:        1%{?dist}  Summary:        Plugin to synchronize GLPI with OCS Inventory NG @@ -23,8 +23,8 @@ Source1:        %{name}-httpd.conf  BuildArch:      noarch  BuildRequires:  gettext -Requires:       glpi >= 9.2 -Requires:       glpi <  9.3 +Requires:       glpi >= 9.3 +Requires:       glpi <  9.4  Requires:       crontabs  Requires:       php-cli  # phpcompatinfo for version 1.4.0 @@ -164,6 +164,9 @@ grep %{lockname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/setup.php |  %changelog +* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.5.0-1 +- Update to 1.5.0 for GLPI 9.3 +  * Wed Jul  4 2018 Remi Collet <remi@remirepo.net> - 1.4.4-1  - Update to 1.4.4 for GLPI 9.2  | 
