From fa0b8839054d1a04e15a2d3df2e86c3d5b5cd9dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Sep 2018 15:49:19 +0200 Subject: v2.1.0 for 9.3 --- glpi-behaviors.spec | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/glpi-behaviors.spec b/glpi-behaviors.spec index 970b217..7b0f3ae 100644 --- a/glpi-behaviors.spec +++ b/glpi-behaviors.spec @@ -9,7 +9,7 @@ %global pluginname behaviors Name: glpi-behaviors -Version: 2.0.2 +Version: 2.1.0 Release: 1%{?dist} Summary: Plugin to add optional behaviors to GLPI Summary(fr): Extension ajoutant des comportements optionnels à GLPI @@ -17,13 +17,17 @@ Summary(fr): Extension ajoutant des comportements optionnels à GLPI License: AGPLv3+ URL: https://forge.glpi-project.org/projects/behaviors -Source0: https://forge.glpi-project.org/attachments/download/2228/glpi-behaviors-2.0.2.tar.gz +Source0: https://forge.glpi-project.org/attachments/download/2250/glpi-behaviors-2.1.0.tar.gz BuildArch: noarch BuildRequires: gettext -Requires: glpi >= 9.2 -Requires: glpi < 9.3 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 +Requires: (glpi >= 9.3 with glpi < 9.4) +%else +Requires: glpi >= 9.3 +Requires: glpi < 9.4 +%endif %description @@ -42,6 +46,9 @@ ln -s %{_datadir}/glpi/plugins/%{pluginname}/LICENSE LICENSE # For developer only rm -rf %{pluginname}/tools +# Display compatibility check +grep version_compare %{pluginname}/setup.php + %build # Regenerate the locales @@ -75,6 +82,10 @@ done | tee %{name}.lang %changelog +* Thu Sep 6 2018 Remi Collet - 2.1.0-1 +- version 2.1.0 for GLPI 9.3 + https://forge.glpi-project.org/versions/1270 + * Fri Feb 23 2018 Remi Collet - 2.0.2-1 - version 2.0.2 for GLPI 9.2 https://forge.glpi-project.org/versions/1256 -- cgit