# HG changeset patch # User Carl Byington # Date 1290191673 28800 # Node ID 315c53fbbb77566c9341346fd92f6d5cb99883cb # Parent 536d59c3a7b83f03bcb29049d08ad44934fcca72 chkconfig -del in %%preun, not %%postun diff -r 536d59c3a7b8 -r 315c53fbbb77 dnsbl.spec.in --- a/dnsbl.spec.in Tue Mar 30 10:05:35 2010 -0700 +++ b/dnsbl.spec.in Fri Nov 19 10:34:33 2010 -0800 @@ -3,7 +3,7 @@ Summary: Sendmail milter for spam control Name: @PACKAGE@ Version: @VERSION@ -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: System Environment/Daemons Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -72,10 +72,10 @@ %preun [ $1 = 0 ] && /sbin/service %{name} stop || : +[ $1 = 0 ] && /sbin/chkconfig --del %{name} || : %postun -[ $1 = 0 ] && /sbin/chkconfig --del %{name} [ $1 = 0 ] && userdel %{name} || : @@ -96,6 +96,9 @@ %changelog +* Thu Jul 22 2010 Carl Byington - 6.25-2 +- chkconfig -del in %%preun, not %%postun + * Tue Sep 29 2009 Carl Byington - 6.25-1 - Add surbl checks on the smtp helo value, client reverse dns name, and mail from domain name.