diff --git a/389-ds-base.spec b/389-ds-base.spec index 01197de..fbd7397 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -411,9 +411,6 @@ popd # This checks the code, if it fails it prints why, then re-raises the fail to shortcircuit the rpm build. if ! make DESTDIR="$RPM_BUILD_ROOT" check; then cat ./test-suite.log && false; fi -%clean -rm -rf $RPM_BUILD_ROOT - %post if [ -n "$DEBUGPOSTTRANS" ] ; then output=$DEBUGPOSTTRANS