disable coss support, not officially supported in 3.0

This commit is contained in:
Henrik Nordström 2008-10-19 22:45:03 +00:00
parent e5d8a54a7b
commit 6818c60ae0

View File

@ -4,7 +4,7 @@
Name: squid
Version: 3.0.STABLE9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The Squid proxy caching server
Epoch: 7
License: GPLv2+
@ -97,7 +97,7 @@ export CXXFLAGS="-fPIE %{optflags}" ; export CFLAGS="-fPIE -Os -g -pipe -fsigned
--enable-removal-policies="heap,lru" \
--enable-snmp \
--enable-ssl \
--enable-storeio="aufs,coss,diskd,null,ufs" \
--enable-storeio="aufs,diskd,null,ufs" \
--enable-useragent-log \
--enable-wccpv2 \
--with-aio \
@ -337,6 +337,9 @@ fi
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
%changelog
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-2
- disable coss support, not officially supported in 3.0
* Sun Oct 19 2008 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.0.STABLE9-1
- update to latest upstream