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 <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-14 07:13:56 +01:00
parent f0511a2a17
commit e99c7abbb9

View File

@ -852,9 +852,6 @@ install -p -m 0755 -D extras/command-completion/gluster.bash \
%{buildroot}%{_sysconfdir}/bash_completion.d/gluster
%endif
%clean
rm -rf %{buildroot}
##-----------------------------------------------------------------------------
## All %%post should be placed here and keep them sorted
##