From 98f376c4ae19dd44c791c48a49f04030558d914a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Jul 2011 18:50:59 +0200 Subject: unbound, remove depency for openssl version... just a try --- unbound.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/unbound.spec b/unbound.spec index 45da08a..4e7d6ba 100644 --- a/unbound.spec +++ b/unbound.spec @@ -9,7 +9,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.4.12 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: BSD URL: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -23,7 +23,7 @@ Patch1: unbound-1.2-glob.patch Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0, +BuildRequires: flex, openssl-devel, ldns-devel >= 1.5.0 BuildRequires: libevent-devel expat-devel %if %{with_python} BuildRequires: python-devel swig @@ -76,7 +76,6 @@ Summary: Libraries used by the unbound server and client applications Group: Applications/System Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -Requires: openssl >= 0.9.8g-12 %description libs Contains libraries used by the unbound server and client applications @@ -200,6 +199,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Sat Jul 16 2011 Remi Collet - 1.4.12-1.1 +- remove openssl version dependency (for EL-5) use detected soname + * Sat Jul 16 2011 Remi Collet - 1.4.12-1 - update to 1.4.12 for remi repo -- cgit