diff --git a/squid.spec b/squid.spec index b21d68c..d743e26 100644 --- a/squid.spec +++ b/squid.spec @@ -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 - 7:3.0.STABLE9-2 +- disable coss support, not officially supported in 3.0 + * Sun Oct 19 2008 Henrik Nordstrom - 7:3.0.STABLE9-1 - update to latest upstream