From f6039280a99cdc3196df303aa5916a8408cd7245 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Fri, 10 Aug 2007 04:10:49 +0000 Subject: [PATCH] Own /usr/include/ldns (bug 233858) --- ldns.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index 090da69..ffb52b6 100644 --- a/ldns.spec +++ b/ldns.spec @@ -80,7 +80,7 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root,-) %{_libdir}/libldns.a -%dir %{_includedir}/ldns/* +%dir %{_includedir}/ldns %doc doc Changelog README %post -p /sbin/ldconfig @@ -88,9 +88,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog -* Wed Aug 8 2007 Paul Wouters 1.2.0-10 +* Wed Aug 8 2007 Paul Wouters 1.2.0-11 - Patch for ldns-key2ds to write to stdout - Again remove extra set of man pages from doc +- own /usr/include/ldns (bug 233858) * Wed Aug 8 2007 Paul Wouters 1.2.0-10 - Added sha256 DS record patch to ldns-key2ds