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:21:01 +01:00
parent 5d79ddbe2e
commit 3670e47a52
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -77,9 +77,6 @@ install -d -m 0710 %{buildroot}%{_localstatedir}/run/%{name}/
mkdir -p %{buildroot}/etc/libreport/events.d
install -m644 %{SOURCE8} %{buildroot}/etc/libreport/events.d
%clean
rm -rf %{buildroot}
%post
%systemd_post mdmonitor.service
/usr/bin/systemctl disable mdmonitor-takeover.service >/dev/null 2>&1 || :