From 9e3e808c50256985576ad44cc0bd95c07a5008ea Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:53:36 +0100 Subject: [PATCH] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- 389-ds-base.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/389-ds-base.spec b/389-ds-base.spec index 4842ed6..f7cff9b 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -361,9 +361,6 @@ sed -i -e 's|#{{PERL-EXEC}}|#!/usr/bin/perl|' $RPM_BUILD_ROOT%{_datadir}/%{pkgna # 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 output=/dev/null # reload to pick up any changes to systemd files