File bmwiedemann.patch of Package build
diff --git a/build-recipe b/build-recipe
index 753faa4..d1067a2 100644
--- a/build-recipe
+++ b/build-recipe
@@ -228,7 +228,7 @@ recipe_setup_macros() {
' >> $BUILD_ROOT/root/$rawcfgmacros
fi
- if test -n "$BUILD_JOBS" ; then
+ if false && test -n "$BUILD_JOBS" ; then
cat >> $BUILD_ROOT/root/$rawcfgmacros <<-EOF
%jobs $BUILD_JOBS
%_smp_mflags -j$BUILD_JOBS
diff --git a/build-recipe-spec b/build-recipe-spec
index d8b903e..20e55d5 100644
--- a/build-recipe-spec
+++ b/build-recipe-spec
@@ -200,6 +200,7 @@ recipe_build_spec() {
rpmbopts[${#rpmbopts[@]}]="--nocheck"
rpmbopts[${#rpmbopts[@]}]="--nodeps"
fi
+ rpmbopts[${#rpmbopts[@]}]="--noclean" # to counter rpm commit b34333fa021c0ee7215714eeef96d1a2843ea08e and still get buildroot diffs for r-b debugging
if test -n "$BUILD_DEBUG" ; then
rpmbopts[${#rpmbopts[@]}]='--define'
rpmbopts[${#rpmbopts[@]}]="_build_create_debug 1"