From ca7da8b4bd27a40d9dcbee862cd7bce7654939d9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:27:28 +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 --- openscap.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/openscap.spec b/openscap.spec index b92fd34..bedd0f0 100644 --- a/openscap.spec +++ b/openscap.spec @@ -220,9 +220,6 @@ install -pm 644 dist/bash_completion.d/oscap $RPM_BUILD_ROOT%{_sysconfdir}/bash_ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig