Author: glen                         Date: Wed Feb 16 18:18:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- restart apache in %postun rather in %preun
- remove unneeded apxs dep

---- Files affected:
SPECS:
   apache1-mod_hosts_access.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/apache1-mod_hosts_access.spec
diff -u SPECS/apache1-mod_hosts_access.spec:1.4 
SPECS/apache1-mod_hosts_access.spec:1.5
--- SPECS/apache1-mod_hosts_access.spec:1.4     Thu Feb 10 19:03:07 2005
+++ SPECS/apache1-mod_hosts_access.spec Wed Feb 16 19:18:02 2005
@@ -5,7 +5,7 @@
 Summary(pl):   Moduł do apache: dostęp na podstawie hosts.allow/hosts.deny
 Name:          apache1-mod_%{mod_name}
 Version:       1.0.0
-Release:       0.2
+Release:       0.3
 License:       BSD
 Group:         Networking/Daemons
 Source0:       
http://www.klomp.org/mod_hosts_access/mod_%{mod_name}-%{version}.tar.gz
@@ -13,7 +13,6 @@
 URL:           http://www.klomp.org/mod_hosts_access/
 BuildRequires: apache1-devel >= 1.3.33-2
 BuildRequires: libwrap-devel
-Requires(post,preun):  %{apxs}
 Requires:      apache1 >= 1.3.33-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,7 +50,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
@@ -70,6 +69,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/02/16 18:18:02  glen
+- restart apache in %postun rather in %preun
+- remove unneeded apxs dep
+
 Revision 1.4  2005/02/10 18:03:07  glen
 - confdir enabled apache1 (no triggers as it wasn't on ftp)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SPECS/apache1-mod_hosts_access.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