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:10:51 +01:00
parent 3fcfcc1575
commit dde458a223
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ install -p -m 644 %{SOURCE2} %{buildroot}/etc/e2fsck.conf
%check
make check
%clean
rm -rf %{buildroot}
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig