Author: glen Date: Sat Sep 30 14:51:37 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - missing R: webapps
---- Files affected: SPECS: newsportal.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/newsportal.spec diff -u SPECS/newsportal.spec:1.28 SPECS/newsportal.spec:1.29 --- SPECS/newsportal.spec:1.28 Fri Sep 29 23:25:58 2006 +++ SPECS/newsportal.spec Sat Sep 30 16:51:32 2006 @@ -14,8 +14,9 @@ URL: http://florian-amrhein.de/newsportal/ BuildRequires: rpmbuild(macros) >= 1.268 Requires: php -Requires: php-pcre Requires: php-iconv +Requires: php-pcre +Requires: webapps Requires: webserver = apache BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -101,12 +102,12 @@ # no earlier registration. autodetect based on installed webservers if [ -d /etc/apache/webapps.d ]; then /usr/sbin/webapp register apache %{_webapp} - %service apache reload + %service -q apache reload fi if [ -d /etc/httpd/webapps.d ]; then /usr/sbin/webapp register httpd %{_webapp} - %service httpd reload + %service -q httpd reload fi %files @@ -126,6 +127,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2006/09/30 14:51:32 glen +- missing R: webapps + Revision 1.28 2006/09/29 21:25:58 glen - update webapp triggers due apache1 package split ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/newsportal.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
