From e41f306149c10b995a717e861d72199afbc76620 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Feb 2019 15:11:20 +0100 Subject: update to 1.6.0 fir GLPI 9.4 --- glpi-ocsinventoryng.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/glpi-ocsinventoryng.spec b/glpi-ocsinventoryng.spec index 07c2b35..7ddcd83 100644 --- a/glpi-ocsinventoryng.spec +++ b/glpi-ocsinventoryng.spec @@ -1,6 +1,6 @@ # remirepo spec file for glpi-ocsinventoryng # -# Copyright (c) 2013-2018 Remi Collet +# Copyright (c) 2013-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %global lockname ocsinventoryng.lock Name: glpi-ocsinventoryng -Version: 1.5.6 +Version: 1.6.0 Release: 1%{?dist} Summary: Plugin to synchronize GLPI with OCS Inventory NG @@ -24,10 +24,10 @@ BuildArch: noarch BuildRequires: gettext %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -Requires: (glpi >= 9.3 with glpi < 9.4) +Requires: (glpi >= 9.4 with glpi < 9.5) %else -Requires: glpi >= 9.3 -Requires: glpi < 9.4 +Requires: glpi >= 9.4 +Requires: glpi < 9.5 %endif Requires: crontabs Requires: php-cli @@ -56,7 +56,8 @@ plugin features to provide better compatibility and extensibility with OCS. %prep %setup -q -c -mv %{pluginname}/docs docs +mv %{pluginname}/docs docs +mv %{pluginname}/README.md docs/ # dos2unix to avoid rpmlint warnings for doc in docs/* ; do @@ -167,6 +168,9 @@ grep %{lockname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/setup.php | %changelog +* Mon Feb 25 2019 Remi Collet - 1.6.0-1 +- update to 1.6.0 fir GLPI 9.4 + * Fri Dec 7 2018 Remi Collet - 1.5.6-1 - update to 1.5.6 -- cgit