diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-28 13:27:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-28 13:27:48 +0200 |
commit | 30776583f6ae67ca94efa2ee2da6d0eea778e91b (patch) | |
tree | f42a9dcf7cbdfd5d90b09f9fbe88f9648a2a94b2 /glpi-data-injection.spec | |
parent | dd0e9742aeb7f6d4e78ea88388b24c3bb2d10899 (diff) |
v2.6.0
Diffstat (limited to 'glpi-data-injection.spec')
-rw-r--r-- | glpi-data-injection.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/glpi-data-injection.spec b/glpi-data-injection.spec index 01cc50b..a66f00e 100644 --- a/glpi-data-injection.spec +++ b/glpi-data-injection.spec @@ -9,8 +9,8 @@ %global pluginname datainjection Name: glpi-data-injection -Version: 2.5.2 -Release: 2%{?dist} +Version: 2.6.0 +Release: 1%{?dist} Summary: Plugin for importing data into GLPI Summary(fr): Extension pour importer des données dans GLPI @@ -21,7 +21,8 @@ Source0: https://github.com/pluginsGLPI/datainjection/releases/download/% BuildArch: noarch -Requires: glpi >= 9.2 +Requires: glpi >= 9.3 +Requires: glpi < 9.4 # This plugin have been renamed Provides: glpi-%{pluginname} = %{version}-%{release} @@ -69,6 +70,8 @@ rm %{pluginname}/testwebservice.php rm %{pluginname}/composer.json rm -r %{pluginname}/vendor +grep 'define("PLUGIN_DATAINJECTION_M.._GLPI' %{pluginname}/setup.php + %build # empty build @@ -105,6 +108,9 @@ done | tee %{name}.lang %changelog +* Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 2.6.0-1 +- update to 2.6.0 for GLPI 9.3 + * Tue Jun 12 2018 Remi Collet <remi@remirepo.net> - 2.5.2-2 - allow GLPI 9.3 |