diff options
-rw-r--r-- | php-horde-kronolith.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 174a5eb..940827c 100644 --- a/php-horde-kronolith.spec +++ b/php-horde-kronolith.spec @@ -4,7 +4,7 @@ Name: php-horde-kronolith Version: 4.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A web based calendar Group: Development/Libraries @@ -129,7 +129,7 @@ cat <<EOF | tee httpd.conf RewriteCond %%{REQUEST_FILENAME} !-f RewriteRule ^(.*)\$ index.php?c=\$1 [QSA,L] </IfModule> -</DirectoryMatch> +</Directory> EOF cd %{pear_name}-%{version} @@ -217,5 +217,8 @@ fi %changelog +* Fri Nov 23 2012 Remi Collet <RPMS@FamilleCollet.com> - 4.0.1-2 +- fix httpd configuration + * Thu Nov 22 2012 Remi Collet <RPMS@FamilleCollet.com> - 4.0.1-1 - Initial package |