* brainfart on sitearch

This commit is contained in:
Paul Wouters 2011-09-15 14:04:40 -04:00
parent 157674d4dd
commit 0bd071a0d7

View File

@ -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@fedoraproject.org> - 1.4.12-4
- convert to systemd, tmpfiles.d