]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- try to workaround tests that fail in mysterious way on builders (and only there)
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 9 Oct 2012 19:03:20 +0000 (21:03 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 9 Oct 2012 19:03:20 +0000 (21:03 +0200)
rpm.spec

index 5a97d027966ee1de683f05070f5f6fcdfac9ea64..62c3a3a4da8c1a6d817e042d4f5812a13ab1af70 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -937,6 +937,10 @@ sed -i \
        --with-bugreport="http://bugs.pld-linux.org/" \
        --with-vendor=pld
 
+%if %{with neon}
+%{__mv} tests/probes-test-1-0.src.rpm{,-no-neon}
+%endif
+
 %{__make} -j1 \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
This page took 0.036715 seconds and 4 git commands to generate.