File project.diff of Package yast2-devtools
--- yast2-devtools.changes.orig
+++ yast2-devtools.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Aug 6 15:30:07 UTC 2012 - dmueller@suse.com
+
+- fix disablement of make check on QEMU/ARM builds
+
+-------------------------------------------------------------------
Mon Jun 18 11:50:33 CEST 2012 - aschnell@suse.de
- link agents against y2util and ycpvalues to get proper rpm
--- yast2-devtools.spec.orig
+++ yast2-devtools.spec
@@ -81,11 +81,11 @@ for f in `find $RPM_BUILD_ROOT/%{_prefix
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
-%ifarch %arm
-# disable testsuite on ARM architecture
+%if 0%{?qemu_user_space_build}
+# disable testsuite on QEMU builds, will fail
cat > "$RPM_BUILD_ROOT//usr/share/YaST2/data/devtools/NO_MAKE_CHECK" <<EOF
-Disabling testsuite on ARM architecture, it should be enabled again
-once yast2-core is fixed.
+Disabling testsuite on QEMU builds, as the userspace emulation
+is not complete enough for yast2-core
EOF
%endif