summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatej Stuchlik <mstuchli@redhat.com>2015-06-19 11:56:26 +0200
committerOrion Poplawski <orion@cora.nwra.com>2016-01-25 19:06:50 -0700
commit4be9399321945fe43940969b79af703ad9bf9239 (patch)
treeaeac0008546eebe21ea5dc65ed8ef2cd6949e4b3
parente7d9146ec798402ab877da34366c202b99a7465a (diff)
downloadpython34-4be9399321945fe43940969b79af703ad9bf9239.tar.gz
python34-4be9399321945fe43940969b79af703ad9bf9239.tar.xz
python34-4be9399321945fe43940969b79af703ad9bf9239.zip
Make relocating Python by changing _prefix work
Conflicts: python34.spec
-rw-r--r--python34.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/python34.spec b/python34.spec
index 089a29c..6f3a484 100644
--- a/python34.spec
+++ b/python34.spec
@@ -1269,7 +1269,7 @@ cp -ar Tools/demo %{buildroot}%{pylibdir}/Tools/
rm -f %{buildroot}%{pylibdir}/email/test/data/audiotest.au %{buildroot}%{pylibdir}/test/audiotest.au
%if "%{_lib}" == "lib64"
-install -d -m 0755 %{buildroot}/usr/lib/python%{pybasever}/site-packages/__pycache__
+install -d -m 0755 %{buildroot}/%{_prefix}/lib/python%{pybasever}/site-packages/__pycache__
%endif
# Make python3-devel multilib-ready (bug #192747, #139911)
@@ -1978,6 +1978,7 @@ rm -fr %{buildroot}
%changelog
* Mon Jan 25 2016 Orion Poplawski <orion@cora.nwra.com> - 3.4.3-4
+- Make relocating Python by changing _prefix actually work
- Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches
* Mon Jan 25 2016 Orion Poplawski <orion@cora.nwra.com> - 3.4.3-3