[packages/python3/AC-branch] - disable shm check

glen glen at pld-linux.org
Wed Jul 25 23:50:38 CEST 2012


commit e4969f156747eddb4973b556fd173a24f4b55068
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jul 26 00:50:36 2012 +0300

    - disable shm check

 python3.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index e6f52d6..5678bcc 100644
--- a/python3.spec
+++ b/python3.spec
@@ -449,7 +449,7 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
 %patch5 -p1
 
 %build
-if ! grep -q "tmpfs" /proc/self/mounts; then
+if false && ! grep -q "tmpfs" /proc/self/mounts; then
 	echo "You need to have /dev/shm mounted in order to build this package!" >&2
 	echo "(Or any other tmpfs mounted and accessible to the rpmbuild process)" >&2
 	exit 1


More information about the pld-cvs-commit mailing list