[glpi-mass-ocs-import] fix GLPI version dependency

Remi Collet remi at fedoraproject.org
Wed Dec 12 10:04:45 UTC 2012


commit adf353334edfe97cacbb4943413daebb7a46538f
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Dec 12 11:04:36 2012 +0100

    fix GLPI version dependency

 glpi-mass-ocs-import.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glpi-mass-ocs-import.spec b/glpi-mass-ocs-import.spec
index e7134b0..6e4620a 100644
--- a/glpi-mass-ocs-import.spec
+++ b/glpi-mass-ocs-import.spec
@@ -3,7 +3,7 @@
 
 Name:           glpi-mass-ocs-import
 Version:        1.6.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GLPI Plugin for OCS Massive import
 Summary(fr):    Extension GLPI d'import en masse OCS
 
@@ -18,7 +18,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 Requires:       glpi >= 0.83.3
-Requires:       glpi <  0.84
+Conflicts:      glpi >= 0.84
 Requires:       php-cli
 Requires:       %{_sysconfdir}/cron.d
 
@@ -134,6 +134,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Dec 12 2012 Remi Collet <Fedora at FamilleCollet.com> - 1.6.1-3
+- fix GLPI version requirement
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list