diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-11-29 14:16:07 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-11-29 14:16:07 +0100 | 
| commit | 0013d8bc904722920bd62abb6ccbb2963cddaed4 (patch) | |
| tree | 496cc63d53450ee052912fc0cba67e199c244509 | |
| parent | 0b73e3e97ed036332682501564dd77ea81044f78 (diff) | |
glpi-ocsinventoryng: 1.3.0 (but broken)
| -rw-r--r-- | glpi-ocsinventoryng-dev.spec | 11 | 
1 files changed, 8 insertions, 3 deletions
diff --git a/glpi-ocsinventoryng-dev.spec b/glpi-ocsinventoryng-dev.spec index 9c19cbb..9ea080d 100644 --- a/glpi-ocsinventoryng-dev.spec +++ b/glpi-ocsinventoryng-dev.spec @@ -10,7 +10,7 @@  %global lockname     ocsinventoryng.lock  Name:           glpi-ocsinventoryng -Version:        1.2.3 +Version:        1.3.0  Release:        1%{?dist}  Summary:        Plugin to synchronize GLPI with OCS Inventory NG @@ -25,7 +25,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  BuildRequires:  gettext -Requires:       glpi >= 9.1 +Requires:       glpi >= 9.1.1  Requires:       glpi <  9.2  Requires:       crontabs  Requires:       php-cli @@ -67,7 +67,7 @@ rm     %{pluginname}/TOKNOW.txt  rm     %{pluginname}/ocsinventoryng.png  # For Windows only -rm %{pluginname}/scripts/run.** +rm %{pluginname}/scripts/*.bat  # Access retricted in apache config  rm ocsinventoryng/scripts/.htaccess \ @@ -170,6 +170,11 @@ grep %{lockname} %{buildroot}/%{_datadir}/glpi/plugins/%{pluginname}/setup.php |  %changelog +* Tue Nov 29 2016 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 +- Update to 1.3.0 for GLPI 9.1.1 +- update script is broken +  open https://github.com/pluginsGLPI/ocsinventoryng/issues/58 +  * Wed Sep 28 2016 Remi Collet <remi@fedoraproject.org> - 1.2.3-1  - Update to 1.2.3 for GLPI 9.1  | 
