diff options
| -rw-r--r-- | glpi-ocsinventoryng.spec | 18 | 
1 files changed, 14 insertions, 4 deletions
diff --git a/glpi-ocsinventoryng.spec b/glpi-ocsinventoryng.spec index 2f5ec5f..c38adc8 100644 --- a/glpi-ocsinventoryng.spec +++ b/glpi-ocsinventoryng.spec @@ -10,7 +10,7 @@  %global lockname     ocsinventoryng.lock  Name:           glpi-ocsinventoryng -Version:        1.3.2 +Version:        1.4.0  Release:        1%{?dist}  Summary:        Plugin to synchronize GLPI with OCS Inventory NG @@ -25,14 +25,18 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  BuildRequires:  gettext -Requires:       glpi >= 9.1.1 -Requires:       glpi <  9.2 +Requires:       glpi >= 9.2 +Requires:       glpi <  9.3  Requires:       crontabs  Requires:       php-cli -# phpcompatinfo for version 1.0.2 +# phpcompatinfo for version 1.4.0 +Requires:       php-simplexml  Requires:       php-date  Requires:       php-json +Requires:       php-mbstring +Requires:       php-pcntl  Requires:       php-pcre +Requires:       php-soap  # Latest version is 1.6.x for GLPI 0.83.x  Obsoletes:      glpi-mass-ocs-import < 1.7 @@ -62,6 +66,7 @@ done  ln -s %{_datadir}/glpi/plugins/%{pluginname}/LICENSE LICENSE  # For developer only +rm     %{pluginname}/ISSUE_TEMPLATE.md  rm     %{pluginname}/README.md  rm     %{pluginname}/TOKNOW.txt  rm     %{pluginname}/ocsinventoryng.png @@ -170,6 +175,11 @@ grep %{lockname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/setup.php |  %changelog +* Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 1.4.0-1 +- Update to 1.4.0 for GLPI 9.2 +- open https://github.com/pluginsGLPI/ocsinventoryng/issues/114 +  upgrade is broken +  * Mon Jan 16 2017 Remi Collet <remi@fedoraproject.org> - 1.3.2-1  - Update to 1.3.2 for GLPI 9.1.1  | 
