From 157674d4dd323ba3183b03e8ed04ff2084dc75a0 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 15 Sep 2011 13:45:22 -0400 Subject: [PATCH] * Fix python to go into archlib instead of sitelib --- unbound.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/unbound.spec b/unbound.spec index e27c02b..dc9c4dc 100644 --- a/unbound.spec +++ b/unbound.spec @@ -133,7 +133,7 @@ install -m 0644 %{SOURCE5} %{SOURCE6} %{buildroot}%{_sysconfdir}/unbound/ # remove static library from install (fedora packaging guidelines) rm %{buildroot}%{_libdir}/*.la %if %{with_python} -rm %{buildroot}%{python_sitelib}/*.la +rm %{buildroot}%{python_archlib}/*.la %endif mkdir -p %{buildroot}%{_localstatedir}/run/unbound @@ -153,7 +153,7 @@ mkdir -p %{buildroot}%{_localstatedir}/run/unbound %if %{with_python} %files python -%{python_sitelib}/* +%{python_archlib}/* %doc libunbound/python/examples/* %doc pythonmod/examples/* %endif @@ -226,6 +226,7 @@ fi - Upgraded to 1.4.13 - Removed merged in pythonmod patch - Added EDNS1480 patch to fix unbound on broken EDNS/UDP networks +- Fix python to go into archlib instead of sitelib * Wed Sep 14 2011 Tom Callaway - 1.4.12-4 - convert to systemd, tmpfiles.d