From ba3ad4c403d772f39cfe6c241f6a65f5e8033049 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 20 Feb 2009 14:05:54 +0000 Subject: [PATCH] oops - committed to deep in tree - should have been part of 12131 --- nodeconfig.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nodeconfig.spec b/nodeconfig.spec index 097b35a..5ef96d5 100644 --- a/nodeconfig.spec +++ b/nodeconfig.spec @@ -27,7 +27,8 @@ URL: %(echo %{url} | cut -d ' ' -f 2) # We use set everywhere Requires: php >= 5.0 Requires: PLCAPI >= 4.0 - +# need the apache user at install-time +Requires: httpd %description The nodeconfig package provides various php scripts that are used to @@ -57,6 +58,11 @@ done # let's be conservative and exclude codebase files, though there should not be any rsync -a --exclude \*.spec --exclude .svn --exclude \*.in ./ $RPM_BUILD_ROOT/var/www/html/ +# the boot manager upload area +mkdir -p /var/log/bm +chown apache:apache /var/log/bm +chmod 700 /var/log/bm + %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0