diff --git a/squid.spec b/squid.spec index 97c6a28..5a6ae72 100644 --- a/squid.spec +++ b/squid.spec @@ -1,7 +1,7 @@ Summary: The Squid proxy caching server. Name: squid Version: 2.4.STABLE1 -Release: 4 +Release: 5 Serial: 6 License: GPL Group: System Environment/Daemons @@ -27,7 +27,7 @@ BuildPrereq: openjade sgml-tools openldap-devel pam-devel Obsoletes: squid-novm %description -Squid is a high-performance proxy caching server for web clients, +Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially @@ -38,7 +38,6 @@ Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools. - %prep %setup -q %patch0 -p1 -b .make @@ -245,9 +244,9 @@ fi %preun if [ $1 = 0 ] ; then + service squid stop >/dev/null 2>&1 rm -f /var/log/squid/* /sbin/chkconfig --del squid - service squid stop >/dev/null 2>&1 fi %postun @@ -259,6 +258,9 @@ if [ "$1" -ge "1" ] ; then fi %changelog +* Mon Aug 6 2001 Bill Nottingham +- fix uninstall (#50411) + * Mon Jul 23 2001 Bill Nottingham - add some buildprereqs (#49705)