Author: glen Date: Wed Feb 16 18:18:51 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- restart apache in %postun rather in %preun
- remove unneeded post,preun deps
---- Files affected:
SPECS:
apache1-mod_ntlm.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/apache1-mod_ntlm.spec
diff -u SPECS/apache1-mod_ntlm.spec:1.18 SPECS/apache1-mod_ntlm.spec:1.19
--- SPECS/apache1-mod_ntlm.spec:1.18 Thu Feb 10 19:03:07 2005
+++ SPECS/apache1-mod_ntlm.spec Wed Feb 16 19:18:46 2005
@@ -6,7 +6,7 @@
Summary(pl): Moduł uwierzytelnienia NTLM dla Apache
Name: apache1-mod_%{mod_name}
Version: 0.4
-Release: 0.2
+Release: 0.3
Epoch: 1
License: GPL
Group: Networking/Daemons
@@ -16,7 +16,6 @@
URL: http://modntlm.sourceforge.net/
BuildRequires: %{apxs}
BuildRequires: apache1-devel >= 1.3.33-2
-Requires(post,preun): %{apxs}
Requires: apache1 >= 1.3.33-2
Obsoletes: apache-mod_%{mod_name} <= %{epoch}:%{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -58,7 +57,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
@@ -76,6 +75,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/02/16 18:18:46 glen
+- restart apache in %postun rather in %preun
+- remove unneeded post,preun deps
+
Revision 1.18 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_ntlm.spec?r1=1.18&r2=1.19&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit