From 30776583f6ae67ca94efa2ee2da6d0eea778e91b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jun 2018 13:27:48 +0200 Subject: v2.6.0 --- glpi-data-injection.spec | 12 +++++++++--- 1 file 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 - 2.6.0-1 +- update to 2.6.0 for GLPI 9.3 + * Tue Jun 12 2018 Remi Collet - 2.5.2-2 - allow GLPI 9.3 -- cgit