- fixed patch parameter of bXXX patches
This commit is contained in:
parent
46671b4770
commit
385cf2ab5e
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.0.STABLE16
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
License: GPLv2+
|
||||
@ -61,8 +61,8 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch001 -p1 -b .b9052
|
||||
%patch002 -p1 -b .b9053
|
||||
%patch001 -p0 -b .b9052
|
||||
%patch002 -p0 -b .b9053
|
||||
%patch201 -p1 -b .config
|
||||
%patch202 -p1 -b .location
|
||||
%patch203 -p1 -b .build
|
||||
@ -344,6 +344,9 @@ fi
|
||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Wed Jul 01 2009 Jiri Skala <jskala@redhat.com> 3.0.STABLE16-2
|
||||
- fixed patch parameter of bXXX patches
|
||||
|
||||
* Mon Jun 29 2009 Henrik Nordstrom <henrik@henriknordstrom.net> 3.0.STABLE16-1
|
||||
- Upgrade to 3.0.STABLE16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user