From 6818c60ae0c4061573df9c31e05e10b13fcb036d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Nordstr=C3=B6m?= Date: Sun, 19 Oct 2008 22:45:03 +0000 Subject: [PATCH] disable coss support, not officially supported in 3.0 --- squid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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