From 75c387b28ce945855d473ea8df6c668d0d44708b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 09:07:51 +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 --- systemtap.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index e446894..7f2317a 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -701,9 +701,6 @@ done touch $RPM_BUILD_ROOT%{dracutstap}/params.conf %endif -%clean -rm -rf ${RPM_BUILD_ROOT} - %pre runtime getent group stapusr >/dev/null || groupadd -g 156 -r stapusr 2>/dev/null || groupadd -r stapusr getent group stapsys >/dev/null || groupadd -g 157 -r stapsys 2>/dev/null || groupadd -r stapsys