summaryrefslogtreecommitdiffstats
path: root/php-horde-kronolith.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-23 10:31:07 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-23 10:31:07 +0100
commit9240afe8fb0c342a4bb515686d3cc155e6ae5b85 (patch)
tree17d70481f85194825f8dbf9cdc572b6c35bf4600 /php-horde-kronolith.spec
parent7e3967796df0a74e5290a4a7c6a795c02a10b2d4 (diff)
php-horde-kronolith: fix httpd config
Diffstat (limited to 'php-horde-kronolith.spec')
-rw-r--r--php-horde-kronolith.spec7
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