[squid] fixes #768586 - Please enable eCAP support again

Jiri Skala jskala at fedoraproject.org
Mon Dec 19 13:44:27 UTC 2011


commit de2ee0b90e60fe20bb62e8b59b5825fe127f03ea
Author: Jiri Skala <jskala at redhat.com>
Date:   Mon Dec 19 22:39:25 2011 +0100

    fixes #768586 - Please enable eCAP support again

 squid.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/squid.spec b/squid.spec
index 99b8807..0880637 100644
--- a/squid.spec
+++ b/squid.spec
@@ -4,7 +4,7 @@
 
 Name:     squid
 Version:  3.2.0.14
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary:  The Squid proxy caching server
 Epoch:    7
 # See CREDITS for breakdown of non GPLv2+ code
@@ -59,7 +59,7 @@ BuildRequires: expat-devel libxml2-devel
 # TPROXY requires libcap, and also increases security somewhat
 BuildRequires: libcap-devel
 # eCAP support
-# BuildRequires: libecap-devel
+BuildRequires: libecap-devel
 # 
 BuildRequires: libtool libtool-ltdl-devel
 
@@ -142,6 +142,7 @@ LDFLAGS="-pie"
    --enable-useragent-log \
    --enable-wccpv2 \
    --enable-esi \
+   --enable-ecap \
    --with-aio \
    --with-default-user="squid" \
    --with-filedescriptors=16384 \
@@ -302,6 +303,9 @@ fi
         /sbin/chkconfig --add squid >/dev/null 2>&1 || :
 
 %changelog
+* Mon Dec 19 2011 Jiri Skala <jskala at redhat.com> - 7:3.2.0.14-2
+- fixes #768586 - Please enable eCAP support again
+
 * Wed Dec 14 2011 Jiri Skala <jskala at redhat.com> - 7:3.2.0.14-1
 - update to latest upstream 3.2.0.14
 


More information about the scm-commits mailing list