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:54:23 +01:00
parent 24f7ad695b
commit e27a720d62
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -157,9 +157,6 @@ install -m755 -d $RPM_BUILD_ROOT/var/run/certmonger
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post
if test $1 -eq 1 ; then
%{_bindir}/dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig 2>&1 || :