[sslsplit/el6] * add note this cannot be currently build in EL

Paul Wouters pwouters at fedoraproject.org
Mon Jul 30 17:33:18 UTC 2012


commit 609bd8480e77e16ab28d3993f786ea8b3f898ca5
Author: Paul Wouters <paul at libreswan.org>
Date:   Mon Jul 30 10:33:02 2012 -0700

    * add note this cannot be currently build in EL

 sslsplit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sslsplit.spec b/sslsplit.spec
index 78b00be..23b65ab 100644
--- a/sslsplit.spec
+++ b/sslsplit.spec
@@ -1,12 +1,12 @@
 Summary: Transparent and scalable SSL/TLS interception
 Name: sslsplit
 Version: 0.4.4
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD
 Url: http://www.roe.ch/SSLsplit
 Source: http://mirror.roe.ch/rel/sslsplit/%{name}-%{version}.tar.bz2
 Group: Applications/System
-Buildrequires: libevent-devel, openssl-devel, check-devel
+Buildrequires: libevent-devel >= 2.0 , openssl-devel, check-devel
 Requires: iptables, iproute
 
 %description
@@ -45,6 +45,9 @@ cp -a %{name}.1  %{buildroot}%{_mandir}/man1/
 %{_mandir}/*/*
 
 %changelog
+* Mon Jul 30 2012 Paul Wouters <pwouters at redhat.com> - 0.4.4-5 (UNRELEASED)
+- Fixed dependancy to be libevent >= 2.0 (which is currently not in EL)
+
 * Mon Jul 30 2012 Paul Wouters <pwouters at redhat.com> - 0.4.4-4
 - Disable make test, as it requires a network connection
 


More information about the scm-commits mailing list