diff options
| -rw-r--r-- | glpi-ocsinventoryng.spec | 11 | 
1 files changed, 10 insertions, 1 deletions
diff --git a/glpi-ocsinventoryng.spec b/glpi-ocsinventoryng.spec index 07f0774..cb49f7f 100644 --- a/glpi-ocsinventoryng.spec +++ b/glpi-ocsinventoryng.spec @@ -10,7 +10,7 @@  %global lockname     ocsinventoryng.lock  Name:           glpi-ocsinventoryng -Version:        1.5.0 +Version:        1.5.1  Release:        1%{?dist}  Summary:        Plugin to synchronize GLPI with OCS Inventory NG @@ -23,8 +23,12 @@ Source1:        %{name}-httpd.conf  BuildArch:      noarch  BuildRequires:  gettext +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 +Requires:      (glpi >= 9.3 with glpi < 9.4) +%else  Requires:       glpi >= 9.3  Requires:       glpi <  9.4 +%endif  Requires:       crontabs  Requires:       php-cli  # phpcompatinfo for version 1.4.0 @@ -53,6 +57,8 @@ plugin features to provide better compatibility and extensibility with OCS.  %setup -q -c  mv %{pluginname}/docs docs +mv %{pluginname}/README.md docs/ +mv %{pluginname}/ISSUE_TEMPLATE.md docs/  # dos2unix to avoid rpmlint warnings  for doc in docs/* ; do @@ -164,6 +170,9 @@ grep %{lockname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/setup.php |  %changelog +* Sun Aug 12 2018 Remi Collet <remi@remirepo.net> - 1.5.1-1 +- Update to 1.5.1 for GLPI 9.3 +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.5.0-1  - Update to 1.5.0 for GLPI 9.3  | 
