From a308318bc435f605f2e1a91dfa435910baf3d9d8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 29 2019 04:45:14 +0000 Subject: Remove unneeded %clean section It is the behavior since EPEL5. Signed-off-by: Igor Gnatenko --- 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