From 3a7c1affdbf63446b08dc33ed757548e20f0cff0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 14 2018 06:52:10 +0000 Subject: 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 --- diff --git a/autossh.spec b/autossh.spec index f8a21d7..91f38b0 100644 --- a/autossh.spec +++ b/autossh.spec @@ -46,9 +46,6 @@ cp -p autossh.1 $RPM_BUILD_ROOT%{_mandir}/man1 install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir} -%clean -rm -rf $RPM_BUILD_ROOT - %pre getent group autossh >/dev/null || groupadd -r autossh getent passwd autossh >/dev/null || \