From 662178f0dd6a71e9691868bd3d55fd920e9640e5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:13:56 +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 --- glusterfs.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index adabb48..25df8a3 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -812,9 +812,6 @@ find ./tests ./run-tests.sh -type f | cpio -pd %{buildroot}%{_prefix}/share/glus install -p -m 0755 -D extras/command-completion/gluster.bash \ %{buildroot}%{_sysconfdir}/bash_completion.d/gluster -%clean -rm -rf %{buildroot} - ##----------------------------------------------------------------------------- ## All %%post should be placed here and keep them sorted ##