From 3f3ec3f323835b4492c662d3bfa89c81bf7343fb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:53:09 +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 --- tar.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/tar.spec b/tar.spec index 3abbe27..7a05ccf 100644 --- a/tar.spec +++ b/tar.spec @@ -105,9 +105,6 @@ make check || ( ) %endif -%clean -rm -rf $RPM_BUILD_ROOT - %post if [ -f %{_infodir}/tar.info.gz ]; then /sbin/install-info %{_infodir}/tar.info.gz %{_infodir}/dir || :