commit e4969f156747eddb4973b556fd173a24f4b55068
Author: Elan Ruusamäe <[email protected]>
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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to