summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb.spec
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-09 22:45:03 +0300
committermakkalot <makkalot@gmail.com>2008-07-09 22:45:03 +0300
commitff27a0f54925036fdbc0fadb52f48d3561fb5ec2 (patch)
treeaa66f285d2deb09750497dc8002acabc7120b0b1 /funcweb/funcweb.spec
parent412a3f393eca66ef36b1cbcda15a0d20bc7f2340 (diff)
downloadfunc-ff27a0f54925036fdbc0fadb52f48d3561fb5ec2.tar.gz
func-ff27a0f54925036fdbc0fadb52f48d3561fb5ec2.tar.xz
func-ff27a0f54925036fdbc0fadb52f48d3561fb5ec2.zip
adding some logging options to spec file
Diffstat (limited to 'funcweb/funcweb.spec')
-rw-r--r--funcweb/funcweb.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/funcweb/funcweb.spec b/funcweb/funcweb.spec
index 78af65b..2e31bcd 100644
--- a/funcweb/funcweb.spec
+++ b/funcweb/funcweb.spec
@@ -15,7 +15,7 @@ Source0: %{name}-%{version}.tar.gz
#packages that are required
Requires: python >= 2.3
-Requires: func >= 0.20
+#Requires: func >= 0.20
Requires: certmaster >= 0.1
Requires: mod_ssl >= 2.0
Requires: httpd >= 2.0
@@ -71,8 +71,10 @@ rm -fr $RPM_BUILD_ROOT
%dir %{python_sitelib}/funcweb/static/javascript
%dir %{python_sitelib}/funcweb/identity
%dir %{_sysconfdir}/%{name}
+%dir /var/log/funcweb
%config(noreplace) %{_sysconfdir}/httpd/conf.d/funcweb.conf
%config(noreplace) %{_sysconfdir}/%{name}/prod.cfg
+%config(noreplace) /etc/logrotate.d/funcweb_rotate
#adding the server startup shutdown thing
/etc/init.d/funcwebd