From 9c121e2826e6faa62ae7d656bceeb3758c94d019 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:14:24 +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 --- libnfnetlink.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libnfnetlink.spec b/libnfnetlink.spec index 896c20c..201e407 100644 --- a/libnfnetlink.spec +++ b/libnfnetlink.spec @@ -39,9 +39,6 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig