[ldns/el5: 3/3] * Tue Oct 30 2012 Paul Wouters <pwouters at redhat.com> - 1.6.15-2 - EL5 has no ca-certificates, it nee

Paul Wouters pwouters at fedoraproject.org
Tue Oct 30 15:50:58 UTC 2012


commit 821f890e320c20a68236444d86cdc19859332057
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Oct 30 11:49:43 2012 -0400

    * Tue Oct 30 2012 Paul Wouters <pwouters at redhat.com> - 1.6.15-2
    - EL5 has no ca-certificates, it needs to depend on openssl

 ldns.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ldns.spec b/ldns.spec
index 463a800..be39c32 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -8,7 +8,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
 Version: 1.6.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -21,7 +21,7 @@ BuildRequires: perl, libpcap-devel, openssl-devel, gcc-c++, doxygen
 %if %{with_python}
 BuildRequires:  python-devel, swig
 %endif
-Requires: ca-certificates
+Requires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
 
 %description
 ldns is a library with the aim to simplify DNS programming in C. All
@@ -125,6 +125,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Oct 30 2012 Paul Wouters <pwouters at redhat.com> - 1.6.15-2
+- EL5 has no ca-certificates, it needs to depend on openssl
+
 * Fri Oct 26 2012 Paul Wouters <pwouters at redhat.com> - 1.6.15-1
 - Updated to 1.6.15, as 1.6.14 accidentally broke ABI
   (We never released 1.6.14)


More information about the scm-commits mailing list