last patch clean-up, new one from upstream
This commit is contained in:
parent
65d8690736
commit
732c128cc3
10
squid.spec
10
squid.spec
@ -5,7 +5,7 @@
|
||||
Summary: The Squid proxy caching server.
|
||||
Name: squid
|
||||
Version: 2.5.STABLE12
|
||||
Release: 2.1
|
||||
Release: 3
|
||||
Epoch: 7
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -20,6 +20,7 @@ Source98: perl-requires-squid.sh
|
||||
|
||||
# Upstream patches
|
||||
Patch100: squid-2.5.STABLE12-setenv.patch
|
||||
Patch101: squid-2.5.STABLE12-SMB_BadFetch.patch
|
||||
|
||||
# Local patches
|
||||
# Applying upstream patches first makes it less likely that local patches
|
||||
@ -32,6 +33,7 @@ Patch205: squid-2.5.STABLE5-pipe.patch
|
||||
Patch206: squid-2.5.STABLE12-libbind.patch
|
||||
Patch207: squid-2.5.STABLE12-64bit.patch
|
||||
Patch208: squid-2.5.STABLE12-fd-config.patch
|
||||
Patch209: squid-2.5.STABLE12-fd-config-fix.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Prereq: /sbin/chkconfig logrotate shadow-utils
|
||||
@ -55,6 +57,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
%setup -q
|
||||
|
||||
%patch100 -p1
|
||||
%patch101 -p1
|
||||
|
||||
%patch201 -p1 -b .config
|
||||
%patch202 -p1 -b .location
|
||||
@ -64,6 +67,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
%patch206 -p1 -b .libbind
|
||||
%patch207 -p1 -b .stat
|
||||
%patch208 -p1 -b .fdc
|
||||
%patch209 -p1 -b .fdc
|
||||
|
||||
%build
|
||||
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
|
||||
@ -313,6 +317,10 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-3
|
||||
- fd-config.patch clean-up
|
||||
- SMB_BadFetch patch from upstream
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user