From df9b50798d7de63645269b74247db6175eee81b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Aug 01 2008 16:33:39 +0000 Subject: update to 0.71.1 - bugfix --- diff --git a/.cvsignore b/.cvsignore index 341074c..62ebbde 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -glpi-0.71.tar.gz +glpi-0.71.1.tar.gz diff --git a/glpi-httpd.conf b/glpi-httpd.conf index 8d20c6e..c8870d3 100644 --- a/glpi-httpd.conf +++ b/glpi-httpd.conf @@ -10,6 +10,14 @@ Alias /glpi /usr/share/glpi Allow from all + + + # 15" should be enough for migration in most case + php_value max_execution_time 900 + php_value memory_limit 128M + + + Order Allow,Deny Deny from all diff --git a/glpi.spec b/glpi.spec index 4d83cd9..64af2e1 100644 --- a/glpi.spec +++ b/glpi.spec @@ -5,7 +5,7 @@ %endif Name: glpi -Version: 0.71 +Version: 0.71.1 Release: 1%{?dist} Summary: Free IT asset management software Summary(fr): Gestion Libre de Parc Informatique @@ -36,6 +36,8 @@ BuildRequires: dos2unix %if %{useselinux} Requires: policycoreutils %endif +Requires: %{_sysconfdir}/cron.d + %description GLPI is the Information Resource-Manager with an additional Administration- @@ -78,6 +80,12 @@ dos2unix -o LICENSE.phpmailer LICENSE.tiny_mce iconv -f ISO-8859-15 -t UTF-8 LISEZMOI.txt >a && mv a LISEZMOI.txt iconv -f ISO-8859-15 -t UTF-8 README.txt >a && mv a README.txt +cat >cron < - 0.71.1-1 +- update to 0.71.1 bugfix +- use system cron +- increase memory_limit / max_execution_time for upgrade + * Fri Jul 11 2008 Remi Collet - 0.71-1 - update to 0.71 stable - fix bug #452353 (selinux) diff --git a/sources b/sources index 067b9ee..1cf5554 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9715471ac8e3be2a59f2888a180f26c2 glpi-0.71.tar.gz +b490c23a0fe5388da6ad6bcb51b65e0f glpi-0.71.1.tar.gz