summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-07-16 18:50:59 +0200
committerRemi Collet <fedora@famillecollet.com>2011-07-16 18:50:59 +0200
commit98f376c4ae19dd44c791c48a49f04030558d914a (patch)
treefbc56a9eec4b37e2489c5c8986338ad7696b0a34
parentfa04fadc18c052e1c1795cfd7334cf57a193f770 (diff)
unbound, remove depency for openssl version... just a try
-rw-r--r--unbound.spec8
1 files 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 <RPMS@FamilleCollet.com> - 1.4.12-1.1
+- remove openssl version dependency (for EL-5) use detected soname
+
* Sat Jul 16 2011 Remi Collet <RPMS@FamilleCollet.com> - 1.4.12-1
- update to 1.4.12 for remi repo