summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glpi-data-injection.spec12
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