updated LFS patch
This commit is contained in:
parent
f8fc4c7576
commit
33c8670a17
10
squid.spec
10
squid.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: The Squid proxy caching server.
|
Summary: The Squid proxy caching server.
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 2.5.STABLE12
|
Version: 2.5.STABLE12
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -30,7 +30,7 @@ Patch203: squid-2.5.STABLE7-build.patch
|
|||||||
Patch204: squid-2.5.STABLE4-perlpath.patch
|
Patch204: squid-2.5.STABLE4-perlpath.patch
|
||||||
Patch205: squid-2.5.STABLE5-pipe.patch
|
Patch205: squid-2.5.STABLE5-pipe.patch
|
||||||
Patch206: squid-2.5.STABLE12-libbind.patch
|
Patch206: squid-2.5.STABLE12-libbind.patch
|
||||||
Patch207: squid-2.5.STABLE10-64bit.patch
|
Patch207: squid-2.5.STABLE12-64bit.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: /sbin/chkconfig logrotate shadow-utils
|
Prereq: /sbin/chkconfig logrotate shadow-utils
|
||||||
@ -61,7 +61,7 @@ lookup program (dnsserver), a program for retrieving FTP data
|
|||||||
%patch204 -p1 -b .perlpath
|
%patch204 -p1 -b .perlpath
|
||||||
%patch205 -p1 -b .pipe
|
%patch205 -p1 -b .pipe
|
||||||
%patch206 -p1 -b .libbind
|
%patch206 -p1 -b .libbind
|
||||||
%patch207 -p1 -b .statvfs
|
%patch207 -p1 -b .stat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
|
export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
|
||||||
@ -310,6 +310,10 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 28 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-2
|
||||||
|
- rewriten patch squid-2.5.STABLE10-64bit.patch, it works with
|
||||||
|
"--with-large-files" option now
|
||||||
|
|
||||||
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-1
|
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 7:2.5.STABLE12-1
|
||||||
- update to STABLE12
|
- update to STABLE12
|
||||||
- setenv patch
|
- setenv patch
|
||||||
|
Loading…
Reference in New Issue
Block a user