From ac2212b62b4e8a69978616ff96d743c3d5961cab Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:56:50 +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 --- pcp.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/pcp.spec b/pcp.spec index 5f51c98..50f2ede 100644 --- a/pcp.spec +++ b/pcp.spec @@ -2084,9 +2084,6 @@ updated policy package. %setup -q -T -D -a 4 -c -n blinkenlights %setup -q -%clean -rm -Rf $RPM_BUILD_ROOT - %build %if !%{disable_python2} && 0%{?default_python} != 3 export PYTHON=python%{?default_python}