From 444cbdf413cf0fb159ff1a6ac6fa439825f29f0e23959a67c4c6ccf1eabd6be8 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 28 Jul 2011 14:49:53 +0000 Subject: [PATCH] Accepting request 76776 from home:namtrac:bugfix - Copy Lib/plat-linux2 to Lix/plat-linux3 so that DLFCN module is also available for linux3 systems bnc#707667 OBS-URL: https://build.opensuse.org/request/show/76776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=103 --- python-base.changes | 6 ++++++ python-base.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-base.changes b/python-base.changes index 5a2fdea..db9b46d 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 22 13:03:49 UTC 2011 - idonmez@novell.com + +- Copy Lib/plat-linux2 to Lix/plat-linux3 so that DLFCN module + is also available for linux3 systems bnc#707667 + ------------------------------------------------------------------- Mon Jul 11 01:59:56 CEST 2011 - ro@suse.de diff --git a/python-base.spec b/python-base.spec index a3136ce..5dd9871 100644 --- a/python-base.spec +++ b/python-base.spec @@ -162,6 +162,9 @@ autoreconf -f -i . # Modules/_ctypes/libffi # provide a stable timestamp touch -r %{S:0} Makefile.pre.in +# Cheat for kernel 3.0 +cp -r Lib/plat-linux2 Lib/plat-linux3 + # prevent make from trying to rebuild asdl stuff, which requires existing # python installation touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h