Author: baggins Date: Fri Feb 17 19:21:54 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 4 - typo in macros
---- Files affected: packages/apache: apache.spec (1.642 -> 1.643) ---- Diffs: ================================================================ Index: packages/apache/apache.spec diff -u packages/apache/apache.spec:1.642 packages/apache/apache.spec:1.643 --- packages/apache/apache.spec:1.642 Fri Feb 17 19:25:02 2012 +++ packages/apache/apache.spec Fri Feb 17 20:21:49 2012 @@ -45,7 +45,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.22 -Release: 3 +Release: 4 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -2248,14 +2248,14 @@ %define module_post \ if [ "$1" = "1" ]; then \ %service -q httpd restart \ - %systemd_service_restart httpd.service + %systemd_service_restart httpd.service \ fi # macro called at module postun scriptlet %define module_postun \ if [ "$1" = "0" ]; then \ %service -q httpd restart \ - %systemd_service_restart httpd.service + %systemd_service_restart httpd.service \ fi # it's sooo annoying to write them @@ -2817,6 +2817,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.643 2012/02/17 19:21:49 baggins +- rel 4 +- typo in macros + Revision 1.642 2012/02/17 18:25:02 baggins - rel 3 - cleanup sysvinit/systemd hacks ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.642&r2=1.643&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
