diff options
-rw-r--r-- | glpi-fusioninventory.spec | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/glpi-fusioninventory.spec b/glpi-fusioninventory.spec index b0441b2..d24eff5 100644 --- a/glpi-fusioninventory.spec +++ b/glpi-fusioninventory.spec @@ -7,11 +7,11 @@ # Please, preserve the changelog entries # %global pluginname fusioninventory -%global glpi_version 9.2 -%global glpi_min 9.2 -%global glpi_max 9.3 -%global plug_version 2.0 -%global gh_tag glpi9.2+2.0 +%global glpi_version 9.3 +%global glpi_min 9.3 +%global glpi_max 9.4 +%global plug_version 1.0 +%global gh_tag glpi9.3+1.0 Name: glpi-fusioninventory # New version schema : 2.4.0 = 0.80+1.0 < 0.80+1.1 < 0.83+1.0 @@ -73,8 +73,7 @@ done # Create link to LICENSE for standard doc folder ln -s %{_datadir}/glpi/plugins/%{pluginname}/LICENSE LICENSE -mv %{pluginname}/README.asciidoc docs/ -mv %{pluginname}/PICTURES . +mv %{pluginname}/README.md docs/ # .htaccess replaced by a httpd config file rm %{pluginname}/install/mysql/.htaccess \ @@ -124,7 +123,7 @@ done | tee %{name}.lang %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf # fusioninventory %{!?_licensedir:%global license %%doc} -%license LICENSE PICTURES +%license LICENSE %doc docs/* %dir %{_datadir}/glpi/plugins/%{pluginname} %dir %{_datadir}/glpi/plugins/%{pluginname}/locales @@ -149,6 +148,9 @@ done | tee %{name}.lang %changelog +* Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 1:9.3.0.1.0-1 +- update to 9.3+1.0 for GLPI 9.3 + * Tue Jun 12 2018 Remi Collet <remi@remirepo.net> - 1:9.2.0.2.0-1 - update to 9.2+2.0 |