summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-12 15:49:19 +0200
committerRemi Collet <remi@remirepo.net>2018-09-12 15:49:19 +0200
commitfa0b8839054d1a04e15a2d3df2e86c3d5b5cd9dc (patch)
treef53bf65bb9941f98e85ca77695c10ee9b7c037a9
parent28cb67356f4c7bcad5c0fa8fa4af35c8036980ea (diff)
v2.1.0 for 9.3
-rw-r--r--glpi-behaviors.spec19
1 files 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.0.2-1
- version 2.0.2 for GLPI 9.2
https://forge.glpi-project.org/versions/1256