diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-25 15:11:20 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-25 15:11:20 +0100 | 
| commit | e41f306149c10b995a717e861d72199afbc76620 (patch) | |
| tree | da56dd7eec2fe475eae676841bf0d41ced838a23 | |
| parent | 4e57a286f99b3da0e39e243e80118390ee9a6e2a (diff) | |
| -rw-r--r-- | glpi-ocsinventoryng.spec | 16 | 
1 files 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 <remi@remirepo.net> - 1.6.0-1 +- update to 1.6.0 fir GLPI 9.4 +  * Fri Dec  7 2018 Remi Collet <remi@remirepo.net> - 1.5.6-1  - update to 1.5.6  | 
