diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-19 18:35:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-19 18:35:23 +0200 |
commit | 5f81265fd19c62161a4245b06b098f90c25b8337 (patch) | |
tree | 417bab87768b500900b1a125e27aa4adf8a033a2 | |
parent | e93b3ca5f2fb575e2d9cdf2838cda32c2e76a9d6 (diff) |
Update to 1.4.2 for GLPI 9.2
-rw-r--r-- | glpi-ocsinventoryng.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/glpi-ocsinventoryng.spec b/glpi-ocsinventoryng.spec index 83a0a17..7f6869d 100644 --- a/glpi-ocsinventoryng.spec +++ b/glpi-ocsinventoryng.spec @@ -10,7 +10,7 @@ %global lockname ocsinventoryng.lock Name: glpi-ocsinventoryng -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} Summary: Plugin to synchronize GLPI with OCS Inventory NG @@ -54,9 +54,6 @@ plugin features to provide better compatibility and extensibility with OCS. %prep %setup -q -c -# Fix displayed version -sed -e '/version/s/1.4.0/%{version}/' -i %{pluginname}/setup.php - mv %{pluginname}/docs docs # dos2unix to avoid rpmlint warnings @@ -177,6 +174,9 @@ grep %{lockname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/setup.php | %changelog +* Thu Oct 19 2017 Remi Collet <remi@remirepo.net> - 1.4.2-1 +- Update to 1.4.2 for GLPI 9.2 + * Thu Oct 19 2017 Remi Collet <remi@remirepo.net> - 1.4.1-1 - Update to 1.4.1 for GLPI 9.2 |