From 6b848004bc07b6f27081c7e9fc8636896967e508 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:13:22 +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 --- fxload.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/fxload.spec b/fxload.spec index f495838..1c9a500 100644 --- a/fxload.spec +++ b/fxload.spec @@ -41,9 +41,6 @@ install -m 755 fxload %{buildroot}/sbin mkdir -p -m 755 %{buildroot}/%{_mandir}/man8/ install -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/ -%clean -rm -rf %{buildroot} - %files %defattr(0644,root,root,0755) %doc COPYING