[unbound] * brainfart on sitearch

Paul Wouters pwouters at fedoraproject.org
Thu Sep 15 18:05:06 UTC 2011


commit 0bd071a0d7d68c28a5e68121ab45ae913e2ec0ea
Author: Paul Wouters <paul at xelerance.com>
Date:   Thu Sep 15 14:04:40 2011 -0400

    * brainfart on sitearch

 unbound.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index dc9c4dc..b24d0c0 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_archlib}/*.la
+rm %{buildroot}%{python_sitearch}/*.la
 %endif
 
 mkdir -p %{buildroot}%{_localstatedir}/run/unbound
@@ -153,7 +153,7 @@ mkdir -p %{buildroot}%{_localstatedir}/run/unbound
 
 %if %{with_python}
 %files python
-%{python_archlib}/*
+%{python_sitearch}/*
 %doc libunbound/python/examples/*
 %doc pythonmod/examples/*
 %endif
@@ -226,7 +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
+- Fix python to go into sitearch instead of sitelib
 
 * Wed Sep 14 2011 Tom Callaway <spot at fedoraproject.org> - 1.4.12-4
 - convert to systemd, tmpfiles.d


More information about the scm-commits mailing list