From 0013d8bc904722920bd62abb6ccbb2963cddaed4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Nov 2016 14:16:07 +0100 Subject: glpi-ocsinventoryng: 1.3.0 (but broken) --- glpi-ocsinventoryng-dev.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/glpi-ocsinventoryng-dev.spec b/glpi-ocsinventoryng-dev.spec index 9c19cbb..9ea080d 100644 --- a/glpi-ocsinventoryng-dev.spec +++ b/glpi-ocsinventoryng-dev.spec @@ -10,7 +10,7 @@ %global lockname ocsinventoryng.lock Name: glpi-ocsinventoryng -Version: 1.2.3 +Version: 1.3.0 Release: 1%{?dist} Summary: Plugin to synchronize GLPI with OCS Inventory NG @@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: gettext -Requires: glpi >= 9.1 +Requires: glpi >= 9.1.1 Requires: glpi < 9.2 Requires: crontabs Requires: php-cli @@ -67,7 +67,7 @@ rm %{pluginname}/TOKNOW.txt rm %{pluginname}/ocsinventoryng.png # For Windows only -rm %{pluginname}/scripts/run.** +rm %{pluginname}/scripts/*.bat # Access retricted in apache config rm ocsinventoryng/scripts/.htaccess \ @@ -170,6 +170,11 @@ grep %{lockname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/setup.php | %changelog +* Tue Nov 29 2016 Remi Collet - 1.3.0-1 +- Update to 1.3.0 for GLPI 9.1.1 +- update script is broken + open https://github.com/pluginsGLPI/ocsinventoryng/issues/58 + * Wed Sep 28 2016 Remi Collet - 1.2.3-1 - Update to 1.2.3 for GLPI 9.1 -- cgit