Author: glen                         Date: Wed Feb 16 18:20:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- restart apache in %postun rather in %preun
- add conflict for ipv6 bcond

---- Files affected:
SPECS:
   template-apache1_module.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/template-apache1_module.spec
diff -u SPECS/template-apache1_module.spec:1.4 
SPECS/template-apache1_module.spec:1.5
--- SPECS/template-apache1_module.spec:1.4      Thu Feb 10 02:31:03 2005
+++ SPECS/template-apache1_module.spec  Wed Feb 16 19:20:00 2005
@@ -19,6 +19,7 @@
 URL:           -
 BuildRequires: apache1-devel >= 1.3.33-2
 %{?with_ipv6:BuildRequires:    apache1(ipv6)-devel}
+%{!?with_ipv6:BuildConflicts:  apache1(ipv6)-devel}
 Requires(triggerpostun):       %{apxs}
 Requires(triggerpostun):       grep
 Requires(triggerpostun):       sed >= 4.0
@@ -62,7 +63,7 @@
        /etc/rc.d/init.d/apache restart 1>&2
 fi
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
@@ -107,6 +108,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/02/16 18:20:00  glen
+- restart apache in %postun rather in %preun
+- add conflict for ipv6 bcond
+
 Revision 1.4  2005/02/10 01:31:03  glen
 - possible ipv6 bcond
 - updated trigger deps
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SPECS/template-apache1_module.spec?r1=1.4&r2=1.5&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to