From cf4a29359e2056a8dc0217e18ac7bad74603801d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:21:59 +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 --- mtdev.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/mtdev.spec b/mtdev.spec index dbf30cb..24d752e 100644 --- a/mtdev.spec +++ b/mtdev.spec @@ -51,9 +51,6 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" # We intentionally don't ship *.la files rm -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf %{buildroot} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig