From 7a3029a8064d1012a7932db3ee60a190d1e768b2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:24:26 +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 --- mtools.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/mtools.spec b/mtools.spec index 46e7b53..34ef476 100644 --- a/mtools.spec +++ b/mtools.spec @@ -44,9 +44,6 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir.gz ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz -%clean -rm -rf $RPM_BUILD_ROOT - %post if [ -f %{_infodir}/mtools.info ]; then /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :;