auto-import squid-2.4.STABLE1-6 from squid-2.4.STABLE1-6.src.rpm
This commit is contained in:
parent
7771a54807
commit
f078d2f692
10
squid.spec
10
squid.spec
@ -1,7 +1,7 @@
|
||||
Summary: The Squid proxy caching server.
|
||||
Name: squid
|
||||
Version: 2.4.STABLE1
|
||||
Release: 5
|
||||
Release: 6
|
||||
Serial: 6
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -20,6 +20,7 @@ Patch12: squid-2.4.stable1-high_cpu_with_peers.patch
|
||||
Patch13: squid-2.4.stable1-htcp_assertion_fix.patch
|
||||
Patch14: squid-2.4.stable1-kill_parent_on_child_sigkill.patch
|
||||
Patch15: squid-2.4.stable1-wrong_sign_on_timestamp_check.patch
|
||||
Patch16: squid-2.4stable-ftpcrash.path
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Prereq: /sbin/chkconfig logrotate shadow-utils /etc/init.d
|
||||
Requires: bash >= 2.0
|
||||
@ -50,6 +51,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
%patch13 -p0 -b .htcp
|
||||
%patch14 -p0 -b .kill_parent
|
||||
%patch15 -p0 -b .timestamp
|
||||
%patch16 -p0 -b .ftp-crash
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -250,14 +252,14 @@ if [ $1 = 0 ] ; then
|
||||
fi
|
||||
|
||||
%postun
|
||||
if [ $1 = 0 ] ; then
|
||||
userdel squid
|
||||
fi
|
||||
if [ "$1" -ge "1" ] ; then
|
||||
service squid condrestart >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Sep 24 2001 Bill Nottingham <notting@redhat.com>
|
||||
- add patch to fix FTP crash
|
||||
|
||||
* Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
|
||||
- fix uninstall (#50411)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user