From c5c879ae105f1379c87eeec35dad0987fbf858d9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:39:14 +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 --- sendmail.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/sendmail.spec b/sendmail.spec index 7d55eff..4475bee 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -497,9 +497,6 @@ for m in man8/hoststat.8 man8/purgestat.8; do echo ".so man8/sendmail.8" > %{buildroot}%{_mandir}/$m done -%clean -rm -rf %{buildroot} - %pre getent group mailnull >/dev/null || \ %{_sbindir}/groupadd -g 47 -r mailnull >/dev/null 2>&1