SPECS: apache1.spec - Apache HTTP daemon is back!

glen glen at pld-linux.org
Sat Oct 22 21:22:20 CEST 2005


Author: glen                         Date: Sat Oct 22 19:22:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Apache HTTP daemon is back!

---- Files affected:
SPECS:
   apache1.spec (1.113 -> 1.114) 

---- Diffs:

================================================================
Index: SPECS/apache1.spec
diff -u SPECS/apache1.spec:1.113 SPECS/apache1.spec:1.114
--- SPECS/apache1.spec:1.113	Wed Oct 19 16:55:16 2005
+++ SPECS/apache1.spec	Sat Oct 22 21:22:15 2005
@@ -88,7 +88,7 @@
 BuildRequires:	db-devel >= 4.1
 BuildRequires:	mm-devel >= 1.3.0
 %{?with_rewrite_ldap:BuildRequires:	openldap-devel}
-BuildRequires:	rpmbuild(macros) >= 1.228
+BuildRequires:	rpmbuild(macros) >= 1.247
 BuildRequires:	rpm-build >= 4.4.0
 BuildRequires:	rpm-perlprov
 BuildRequires:	perl-base
@@ -1523,29 +1523,29 @@
 # main package are very important for all this to work.
 
 # restart webserver at the end of transaction
-%service apache restart
+%service apache restart "Apache HTTP daemon"
 exit 0
 
 # macro called at module post scriptlet
 %define	module_post \
 if [ "$1" = "1" ]; then \
-	%service -q apache restart \
+	%service -q apache restart "Apache HTTP daemon" \
 fi
 
 # macro called at module postun scriptlet
 %define	module_postun \
 if [ "$1" = "0" ]; then \
-	%service -q apache restart \
+	%service -q apache restart "Apache HTTP daemon" \
 fi
 
 %post errordocs
 if [ "$1" = "1" ]; then
-	%service -q apache reload
+	%service -q apache reload "Apache HTTP daemon"
 fi
 
 %postun errordocs
 if [ "$1" = "0" ]; then
-	%service -q apache reload
+	%service -q apache reload "Apache HTTP daemon"
 fi
 
 %post mod_access
@@ -2350,6 +2350,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.114  2005/10/22 19:22:15  glen
+- Apache HTTP daemon is back!
+
 Revision 1.113  2005/10/19 14:55:16  glen
 - remove apxs dependency from triggers
 - exit always with success from %posttrans. it's too late to exit with error
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache1.spec?r1=1.113&r2=1.114&f=u




More information about the pld-cvs-commit mailing list