]> git.pld-linux.org Git - packages/apache.git/commitdiff
- rel 4 auto/th/apache-2_2_22-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 17 Feb 2012 19:21:49 +0000 (19:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- typo in macros

Changed files:
    apache.spec -> 1.643

apache.spec

index 15ade2261b5ec15fe1f97c9f158452eca93fb5b4..bdbd177a8a0e179440893982c504d4e560762f59 100644 (file)
@@ -44,7 +44,7 @@ Summary(ru.UTF-8):    Самый популярный веб-сервер
 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
@@ -2247,14 +2247,14 @@ mv -f /var/lock/subsys/httpd{.disabled,} 2>/dev/null
 %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
This page took 0.058867 seconds and 4 git commands to generate.