From 026f7df935e856f7d05a27489610f03e564d8bdb Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 8 Aug 2011 18:39:54 -0400 Subject: [PATCH] * Mon Aug 08 2011 Paul Wouters - 1.4.12-3 - Added pythonmod docs and examples --- unbound.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unbound.spec b/unbound.spec index 165560f..4ed7856 100644 --- a/unbound.spec +++ b/unbound.spec @@ -152,6 +152,8 @@ rm -rf ${RPM_BUILD_ROOT} %files python %defattr(-,root,root,-) %{python_sitelib}/* +%doc libunbound/python/examples/* +%doc pythonmod/examples/* %endif %files munin @@ -201,6 +203,9 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Mon Aug 08 2011 Paul Wouters - 1.4.12-3 +- Added pythonmod docs and examples + * Mon Aug 08 2011 Paul Wouters - 1.4.12-2 - Fix for python module load in the server (Tom Hendrikx) - No longer enable --enable-debug as it causes degraded performance